Changeset 135

Show
Ignore:
Timestamp:
2008-03-03 17:21:49 (10 months ago)
Author:
hannes
Message:

no extra encoding of XML entities when quoting (ticket #73)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/classes/pages/Reply.php

    r108 r135  
    7373                    $row4 = $q->fetchObject(); 
    7474                    $q = NULL; 
    75                     $_quote_text = '[quote=' . $quote . ']' . $F->htmlentities($row4->post, TRUE) . '[/quote]'; 
     75                    $_quote_text = '[quote=' . $quote . ']' . $row4->post . '[/quote]'; 
    7676                } 
    7777                // default: not previously subscribed