aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/updates_ext.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-10-13 18:03:53 +0000
committerrvelices <rv-github@modusoptimus.com>2011-10-13 18:03:53 +0000
commit3af2b3b0043adca43b5206952253cc302c796e1b (patch)
tree941dddea3650979eed6e67c5429661c7be0ffe95 /admin/themes/default/template/updates_ext.tpl
parent9184ad6bd2616ebe82ad8ea2afe14cf12662dbe7 (diff)
bug 2469 (merge from trunk) compiled_template_cache_language option does not work properly on some language keys because of double escaping
git-svn-id: http://piwigo.org/svn/branches/2.3@12428 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/updates_ext.tpl')
-rw-r--r--admin/themes/default/template/updates_ext.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/themes/default/template/updates_ext.tpl b/admin/themes/default/template/updates_ext.tpl
index 84795571d..f818ce22d 100644
--- a/admin/themes/default/template/updates_ext.tpl
+++ b/admin/themes/default/template/updates_ext.tpl
@@ -186,7 +186,7 @@ checkFieldsets();
<tr>
<td></td>
<td class="pluginDesc">
- <p id="revdesc_{$plugin.ID}" style="display:none;">{$plugin.REV_DESC|htmlspecialchars|nl2br}</p>
+ <p id="revdesc_{$plugin.ID}" style="display:none;">{$plugin.REV_DESC|@htmlspecialchars|@nl2br}</p>
</td>
</tr>
</table>
@@ -228,7 +228,7 @@ checkFieldsets();
<tr>
<td></td>
<td class="pluginDesc">
- <p id="revdesc_{$theme.ID}" style="display:none;">{$theme.REV_DESC|htmlspecialchars|nl2br}</p>
+ <p id="revdesc_{$theme.ID}" style="display:none;">{$theme.REV_DESC|@htmlspecialchars|@nl2br}</p>
</td>
</tr>
</table>
@@ -270,7 +270,7 @@ checkFieldsets();
<tr>
<td></td>
<td class="pluginDesc">
- <p id="revdesc_{$language.ID}" style="display:none;">{$language.REV_DESC|htmlspecialchars|nl2br}</p>
+ <p id="revdesc_{$language.ID}" style="display:none;">{$language.REV_DESC|@htmlspecialchars|@nl2br}</p>
</td>
</tr>
</table>