[Svn-src-all:4295] [version-2_13_0 23209] #2372 規格名をエスケープします。
m_uehara
admin @ mail.ec-cube.net
2013年 9月 11日 (水) 09:47:50 JST
Subversion committed to /home/svn/open 23209
http://svn.ec-cube.net/open_trac/changeset/23209
┌────────────────────────────┐
│更新者 : m_uehara │
│更新日時: 2013-09-11 09:47:49 +0900 (水, 11 9月 2013)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#2372 規格名をエスケープします。
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_13_0/data/Smarty/templates/admin/products/classcategory.tpl
変更: branches/version-2_13_0/data/Smarty/templates/admin/products/classcategory.tpl
===================================================================
--- branches/version-2_13_0/data/Smarty/templates/admin/products/classcategory.tpl 2013-09-10 08:56:17 UTC (rev 23208)
+++ branches/version-2_13_0/data/Smarty/templates/admin/products/classcategory.tpl 2013-09-11 00:47:49 UTC (rev 23209)
@@ -34,7 +34,7 @@
<table>
<tr>
<th>規格名</th>
- <td><!--{$tpl_class_name}--></td>
+ <td><!--{$tpl_class_name|h}--></td>
</tr>
<tr>
<th>分類名<span class="attention"> *</span></th>
Svn-src-all メーリングリストの案内