Changeset 761

Show
Ignore:
Timestamp:
12/29/07 18:01:03 (11 months ago)
Author:
michiel
Message:

parse body when viewing 1 post only.
Re #105

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/common/mvblog.php

    r757 r761  
    424424                                <?php } ?> 
    425425                                        <?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)); 
    427428                                        $text = $this->replace_num_ref($text); 
    428429                                        $text = $this->replace_dossier_ref($text);