[xoops-cvslog 3848] CVS update: xoops2jp/html/modules/base/admin/templates

Back to archive index

Minahito minah****@users*****
2006年 8月 1日 (火) 19:45:07 JST


Index: xoops2jp/html/modules/base/admin/templates/install_wizard_error.html
diff -u xoops2jp/html/modules/base/admin/templates/install_wizard_error.html:1.1.2.1 xoops2jp/html/modules/base/admin/templates/install_wizard_error.html:1.1.2.2
--- xoops2jp/html/modules/base/admin/templates/install_wizard_error.html:1.1.2.1	Sat Feb  4 01:00:58 2006
+++ xoops2jp/html/modules/base/admin/templates/install_wizard_error.html	Tue Aug  1 19:45:07 2006
@@ -3,11 +3,11 @@
 <ul>
 <{foreach item=msg from=$log}>
   <{if $msg.type=="error"}>
-    <li style="color:red;"><{$msg.message}></li>
+    <li style="color:red;"><{$msg.message|escape}></li>
   <{elseif $msg.type=="warning"}>
-    <li style="color:blue;"><{$msg.message}></li>
+    <li style="color:blue;"><{$msg.message|escape}></li>
   <{else}>
-    <li><{$msg.message}></li>
+    <li><{$msg.message|escape}></li>
   <{/if}>
 <{/foreach}>
 </ul>


xoops-cvslog メーリングリストの案内
Back to archive index