diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-10-13 18:00:53 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-10-13 18:00:53 +0000 |
commit | 143637d30ee2a386b80dbeb6ce6ff44874d1bfd5 (patch) | |
tree | 4be73443c2548b644b0eca207a5933a992b3f344 /admin/themes/default/template/install.tpl | |
parent | 83528a71e5641121e58170954e6691cdb25338e8 (diff) |
bug 2469 compiled_template_cache_language option does not work properly on some language keys because of double escaping
git-svn-id: http://piwigo.org/svn/trunk@12427 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/install.tpl')
-rw-r--r-- | admin/themes/default/template/install.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/install.tpl b/admin/themes/default/template/install.tpl index 454a81904..d0796677a 100644 --- a/admin/themes/default/template/install.tpl +++ b/admin/themes/default/template/install.tpl @@ -280,7 +280,7 @@ jQuery().ready(function(){ldelim} <td colspan="2"> <label> <input type="checkbox" name="newsletter_subscribe"{if $F_NEWSLETTER_SUBSCRIBE} checked="checked"{/if}> -<span class="cluetip" title="{'Piwigo Announcements Newsletter'|@translate}|{'Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'|@translate|htmlspecialchars|nl2br}">{'Subscribe %s to Piwigo Announcements Newsletter'|@translate|@sprintf:$EMAIL}</span> +<span class="cluetip" title="{'Piwigo Announcements Newsletter'|@translate}|{'Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'|@translate|@htmlspecialchars|@nl2br}">{'Subscribe %s to Piwigo Announcements Newsletter'|@translate|@sprintf:$EMAIL}</span> </label> <br> </td> |