http://atutor.ca/atutor/mantis/view.php?id=4639
authorcindy li <cli@ocad.ca>
Tue, 7 Dec 2010 15:29:37 +0000 (15:29 -0000)
committercindy li <cli@ocad.ca>
Tue, 7 Dec 2010 15:29:37 +0000 (15:29 -0000)
Do not convert the html entities at displaying the thread to reply.

docs/mods/_standard/forums/html/new_thread.inc.php

index 4fe10dc..d67020f 100644 (file)
@@ -70,7 +70,7 @@ if (isset($_POST['submit'])) {
        <?php if (isset($_REQUEST['reply'])): ?>
                <div class="row">
                        <label for="body"><?php echo _AT('forum_reply_to'); ?></label><br />
-                       <textarea cols="45" name="replytext" rows="5"><?php echo htmlentities_utf8($saved_post['body']); ?></textarea>
+                       <textarea cols="45" name="replytext" rows="5"><?php echo $saved_post['body']; ?></textarea>
                </div>
 
        <?php endif; ?>