diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-05-12 08:26:46 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-05-12 08:27:12 +0200 |
commit | e3ff519ba724a0c3e3e682140e77b1fdb1100805 (patch) | |
tree | 3c0ee3e6dd648f10efc38800f69ef4565f3f36db /themes/default/templates/photo_index.tpl | |
parent | da45128dfbc045d48a408b45c5cffc2a84ab16f9 (diff) |
refix some introduced template-errors in the HTML code
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default/templates/photo_index.tpl')
-rw-r--r-- | themes/default/templates/photo_index.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index 2dedf86..333d80e 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -49,10 +49,12 @@ with some small pictures in a bar. --> { if $tag_result } +<!-- seperator --> <div class="tagresult"></div> +<!-- /seperator --> <div class="subheader"> <div class="tagresulttags"> - Tags: + Tags: </div> { $selected_tags } </div> |