Minahito
minah****@users*****
2006年 9月 24日 (日) 16:06:45 JST
Index: xoops2jp/html/modules/base/admin/templates/module_information.html diff -u xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.19 xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.20 --- xoops2jp/html/modules/base/admin/templates/module_information.html:1.1.2.19 Mon Sep 4 17:36:16 2006 +++ xoops2jp/html/modules/base/admin/templates/module_information.html Sun Sep 24 16:06:45 2006 @@ -56,7 +56,7 @@ </tr> <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_MOD_DESC}></td> - <td class="<{cycle values='odd,even'}>"><{$module->modinfo.description|escape}></td> + <td class="<{cycle values='odd,even'}>"><{$module->modinfo.description}></td> </tr> </table> @@ -69,15 +69,15 @@ </tr> <tr class="<{cycle values='odd,even'}>"> <td class="head"><{$smarty.const._AD_BASE_LANG_MODULE_LICENSE}></td> - <td><{$module->modinfo.license|escape}></td> + <td><{$module->modinfo.license}></td> </tr> <tr class="<{cycle values='odd,even'}>"> <td class="head"><{$smarty.const._AD_BASE_LANG_MOD_AUTHOR}></td> - <td><{$module->modinfo.author|escape}></td> + <td><{$module->modinfo.author}></td> </tr> <tr class="<{cycle values='odd,even'}>"> <td class="head"><{$smarty.const._AD_BASE_LANG_MOD_CREDITS}></td> - <td><{$module->modinfo.credits|escape}></td> + <td><{$module->modinfo.credits}></td> </tr> </table>