[vhffs-dev] [1996] fixed more html escaping in descriptions |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1996
Author: gradator
Date: 2012-02-05 22:47:21 +0100 (Sun, 05 Feb 2012)
Log Message:
-----------
fixed more html escaping in descriptions
Modified Paths:
--------------
trunk/vhffs-panel/templates/admin/moderation/index.tt
Modified: trunk/vhffs-panel/templates/admin/moderation/index.tt
===================================================================
--- trunk/vhffs-panel/templates/admin/moderation/index.tt 2012-02-05 12:42:01 UTC (rev 1995)
+++ trunk/vhffs-panel/templates/admin/moderation/index.tt 2012-02-05 21:47:21 UTC (rev 1996)
@@ -14,11 +14,11 @@
[% FOREACH o IN objects %]
<tr>
<td>[% o.type | stringify_type | i18n | html %]</td>
- <td>[% o.label | html %]</td>
+ <td>[% o.get_label | html %]</td>
<td><a href="?do=userprefs;name=[% o.get_owner.get_username | html %]">[% o.get_owner.get_username | html %]</a>
[% '(' _ o.get_owner.get_note _ ')' IF use_notation %]</td>
<td><a href="?do=groupview;group=[% o.get_group.get_groupname | html %]">[% o.get_group.get_groupname | html %]</a></td>
- <td class="mainColumn">[% o.get_description | html_para %]</td>
+ <td class="mainColumn">[% o.get_description | html | html_para %]</td>
<td>
<form action="?do=moderation" method="post" accept-charset="utf-8">
<p><textarea name="message" cols="30" rows="4"></textarea></p>