aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2011-06-19 15:28:44 +0000
committerddtddt <ddtddt@piwigo.org>2011-06-19 15:28:44 +0000
commitb2133084d857bc3afbf830bfa65d4a807f7e6270 (patch)
treecf446bb596bd22189eacb892f16576c576ed6b04 /themes
parent611d5edf42c2528c3f02822c86a25e0a34e30633 (diff)
[Branche2.2] - trunk - feature:2354
git-svn-id: http://piwigo.org/svn/trunk@11431 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/default/template/tags.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/tags.tpl b/themes/default/template/tags.tpl
index af80502a1..88c781142 100644
--- a/themes/default/template/tags.tpl
+++ b/themes/default/template/tags.tpl
@@ -39,7 +39,7 @@
<table class="tagLetterContent">
{foreach from=$letter.tags item=tag}
<tr class="tagLine">
- <td><a href="{$tag.URL}">{$tag.name}</a></td>
+ <td><a href="{$tag.URL}" title="{$tag.name}">{$tag.name}</a></td>
<td class="nbEntries">{$pwg->l10n_dec('%d photo', '%d photos', $tag.counter)}</td>
</tr>
{/foreach}