NobuNobu
nobun****@users*****
2006年 12月 3日 (日) 00:50:21 JST
Index: xoops2jp/html/modules/pm/templates/pmlite.html diff -u xoops2jp/html/modules/pm/templates/pmlite.html:1.1.2.10.2.1 xoops2jp/html/modules/pm/templates/pmlite.html:1.1.2.10.2.2 --- xoops2jp/html/modules/pm/templates/pmlite.html:1.1.2.10.2.1 Sun Nov 12 14:12:24 2006 +++ xoops2jp/html/modules/pm/templates/pmlite.html Sun Dec 3 00:50:21 2006 @@ -2,7 +2,7 @@ <div class="error"> <ul> <{foreach item=message from=$actionForm->getErrorMessages()}> - <li><{$message|escape}></li> + <li><{$message|xoops_escape}></li> <{/foreach}> </ul> </div> Index: xoops2jp/html/modules/pm/templates/viewpmsg.html diff -u xoops2jp/html/modules/pm/templates/viewpmsg.html:1.1.2.12.2.4 xoops2jp/html/modules/pm/templates/viewpmsg.html:1.1.2.12.2.5 --- xoops2jp/html/modules/pm/templates/viewpmsg.html:1.1.2.12.2.4 Mon Nov 27 15:01:19 2006 +++ xoops2jp/html/modules/pm/templates/viewpmsg.html Sun Dec 3 00:50:21 2006 @@ -37,7 +37,7 @@ <{/if}> </td> <td style="text-align:center; vertical-align:top;"> - <img src="<{$smarty.const.XOOPS_URL}>/images/subject/<{$pm->get('msg_image')|escape}>" alt='' /> + <img src="<{$smarty.const.XOOPS_URL}>/images/subject/<{$pm->get('msg_image')|xoops_escape:link}>" alt='' /> </td> <td style="vertical-align:middle;"> <{$pm->get("from_userid")|xoops_user:"uname"}>