[vhffs-dev] [1553] HISTORY_PART is html data, so it should not be escaped.

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1553
Author:   guillaumito
Date:     2010-03-12 09:47:05 +0100 (Fri, 12 Mar 2010)
Log Message:
-----------
HISTORY_PART is html data, so it should not be escaped. 

Modified Paths:
--------------
    trunk/vhffs-panel/templates/admin/object/edit.tmpl

Modified: trunk/vhffs-panel/templates/admin/object/edit.tmpl
===================================================================
--- trunk/vhffs-panel/templates/admin/object/edit.tmpl	2010-03-07 02:50:04 UTC (rev 1552)
+++ trunk/vhffs-panel/templates/admin/object/edit.tmpl	2010-03-12 08:47:05 UTC (rev 1553)
@@ -56,7 +56,7 @@
 
 <h2><TMPL_VAR ESCAPE=1 NAME="HISTORY_TITLE"></h2>
 <table>
-	<TMPL_VAR ESCAPE=1 NAME="HISTORY_PART">
+	<TMPL_VAR ESCAPE=0 NAME="HISTORY_PART">
 </table>
 
 <h2><TMPL_VAR ESCAPE=1 NAME="AVATAR_TITLE"></h2>


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/