aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/tags.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/template/tags.tpl')
-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 f6da316f3..82281852d 100644
--- a/themes/default/template/tags.tpl
+++ b/themes/default/template/tags.tpl
@@ -38,7 +38,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}