[Customisation Database Commits] [customisation-db] Do not decode HTML entities when using quick edit. Bug #63020.
Cesar G
prototech91 at gmail.com
Sun Jan 29 18:11:46 GMT 2012
commit 2808c05d47b626d31e7afe806123b5713a830d61
Author: Cesar G <prototech91 at gmail.com>
Date: Fri Jan 27 14:22:31 2012 -0800
Do not decode HTML entities when using quick edit. Bug #63020.
diff --git a/titania/includes/tools/posting.php b/titania/includes/tools/posting.php
index 2104658..e2f0d12 100644
--- a/titania/includes/tools/posting.php
+++ b/titania/includes/tools/posting.php
@@ -265,7 +265,7 @@ class titania_posting
add_form_key('postform');
phpbb::$template->assign_vars(array(
- 'MESSAGE' => htmlspecialchars_decode($post_message),
+ 'MESSAGE' => $post_message,
'U_QR_ACTION' => $post_object->get_url('quick_edit'),
));
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://code.phpbb.com/pipermail/customisationdb-commits/attachments/20120129/b5a0db63/attachment.htm>
More information about the customisationdb-commits
mailing list