diff options
author | flop25 <flop25@piwigo.org> | 2011-03-15 16:58:41 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2011-03-15 16:58:41 +0000 |
commit | 561b57b78caa857ddca51ea2b43b499f2ab2ac8a (patch) | |
tree | 951282a502184d2d3c48127155fd5f7da6753a26 /themes/default | |
parent | bfae35d070e0986697ece4bd10915d6484d36094 (diff) |
missing a " for closing title arg
git-svn-id: http://piwigo.org/svn/trunk@9706 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/popuphelp.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/popuphelp.tpl b/themes/default/template/popuphelp.tpl index 523ad4942..0b1ec9cbc 100644 --- a/themes/default/template/popuphelp.tpl +++ b/themes/default/template/popuphelp.tpl @@ -1,7 +1,7 @@ <div id="content" class="content"> <div class="titrePage"> <ul class="categoryActions"> - <li><a href="#" onclick="window.close();" title="{'Close this window'|@translate} class="pwg-state-default pwg-button"> + <li><a href="#" onclick="window.close();" title="{'Close this window'|@translate}" class="pwg-state-default pwg-button"> <span class="pwg-icon pwg-icon-close"> </span><span class="pwg-button-text">exit</span> </a></li> </ul> |