[vhffs-dev] [1978] fixed escaping in group description

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


Revision: 1978
Author:   gradator
Date:     2012-01-30 23:09:48 +0100 (Mon, 30 Jan 2012)
Log Message:
-----------
fixed escaping in group description

Modified Paths:
--------------
    trunk/vhffs-panel/templates/group/prefs.tt

Modified: trunk/vhffs-panel/templates/group/prefs.tt
===================================================================
--- trunk/vhffs-panel/templates/group/prefs.tt	2012-01-30 21:55:04 UTC (rev 1977)
+++ trunk/vhffs-panel/templates/group/prefs.tt	2012-01-30 22:09:48 UTC (rev 1978)
@@ -9,7 +9,7 @@
     </p>
     <p><label for="realname" class="realname">[% 'Project full name:' | i18n | html %]</label><input type="text" size="30" maxlength="100" value="[% group.get_realname | html %]" name="realname" id="realname"/></p>
     <p><label for="description" class="description">[% 'Project description:' | i18n | html %]</label>
-        <textarea name="description" id="description" class="description" cols="45" rows="7">[% group.get_description %]</textarea></p>
+        <textarea name="description" id="description" class="description" cols="45" rows="7">[% group.get_description | html %]</textarea></p>
     <p class="button" id="buttonModify">
         <input type="hidden" name="group" value="[% group.get_groupname | html %]"/>
         <input type="submit" value="[% 'Modify' | i18n | html %]" name="update_desc_submit"/>


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