aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/mainpage_categories.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/mainpage_categories.tpl')
-rw-r--r--template/yoga/mainpage_categories.tpl6
1 files changed, 2 insertions, 4 deletions
diff --git a/template/yoga/mainpage_categories.tpl b/template/yoga/mainpage_categories.tpl
index ab61b52e3..4d8efdd93 100644
--- a/template/yoga/mainpage_categories.tpl
+++ b/template/yoga/mainpage_categories.tpl
@@ -6,9 +6,7 @@
<div class="thumbnailCategory">
<div class="illustration">
<a href="{categories.category.URL}">
- <img src="{categories.category.SRC}"
- alt="{categories.category.ALT}"
- title="{categories.category.TITLE}">
+ <img src="{categories.category.SRC}" alt="{categories.category.ALT}" title="{categories.category.TITLE}">
</a>
</div>
<div class="description">
@@ -17,7 +15,7 @@
{categories.category.ICON}
</h3>
<p>{categories.category.CAPTION_NB_IMAGES}</p>
- <p>{categories.category.DESCRIPTION}&nbsp;</p> <!-- &nbsp; to avoid a HTML warning -->
+ <p>{categories.category.DESCRIPTION}&nbsp;</p>
</div>
</div>
</li>