- Timestamp:
- 12/29/07 18:01:03 (11 months ago)
- Files:
-
- 1 modified
-
trunk/common/mvblog.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/mvblog.php
r757 r761 424 424 <?php } ?> 425 425 <?php 426 $text = $this->strip_invalid_xml(stripslashes(str_replace("##BREAKPOINT##", "<a name=\"READMORE\"></a>", $row["body"]))); 426 $text = $this->parse_body($row["body"], $row["postformat"]); 427 $text = stripslashes(str_replace("##BREAKPOINT##", "<a name=\"READMORE\"></a>", $text)); 427 428 $text = $this->replace_num_ref($text); 428 429 $text = $this->replace_dossier_ref($text);
