aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-05-23 20:13:49 +0000
committervdigital <vdigital@piwigo.org>2007-05-23 20:13:49 +0000
commit805205c8a5ca482fce0b882b0cab91335a81aa9a (patch)
tree9b093d706ffa2fc5a54dd346fd67278d903f7bcd /template
parentf45c97f663ddc545508fe694614835c4d812e61c (diff)
Bug: Conformity issue, empty categories create errors. [Manual merge]
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2023 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/mainpage_categories.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/mainpage_categories.tpl b/template/yoga/mainpage_categories.tpl
index 4d8efdd93..4bc80c8ef 100644
--- a/template/yoga/mainpage_categories.tpl
+++ b/template/yoga/mainpage_categories.tpl
@@ -14,7 +14,7 @@
<a href="{categories.category.URL}">{categories.category.NAME}</a>
{categories.category.ICON}
</h3>
- <p>{categories.category.CAPTION_NB_IMAGES}</p>
+ <p>{categories.category.CAPTION_NB_IMAGES}&nbsp;</p>
<p>{categories.category.DESCRIPTION}&nbsp;</p>
</div>
</div>