Minahito
minah****@users*****
2006年 5月 30日 (火) 17:16:55 JST
Index: xoops2jp/html/modules/base/admin/templates/preference_list.html diff -u xoops2jp/html/modules/base/admin/templates/preference_list.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/preference_list.html:1.1.2.6 --- xoops2jp/html/modules/base/admin/templates/preference_list.html:1.1.2.5 Wed May 17 00:27:17 2006 +++ xoops2jp/html/modules/base/admin/templates/preference_list.html Tue May 30 17:16:54 2006 @@ -14,7 +14,7 @@ <{foreach item=obj from=$objects}> <tr class="<{cycle values='odd,even'}>" style="text-align:center;"> <td><{$obj->getVar('confcat_id')}></td> - <td style="text-align:left;"><{$obj->getName()}></td> + <td style="text-align:left;"><{$obj->getName()|escape}></td> <td> <a href="./index.php?action=PreferenceEdit&confcat_id=<{$obj->getVar('confcat_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}> title="<{$smarty.const._EDIT}>" /></a> </td>