aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-10-23 09:03:14 +0000
committerz0rglub <z0rglub@piwigo.org>2004-10-23 09:03:14 +0000
commit73119ae154106762b51f4fdaa01bc9f80e37dd9a (patch)
tree29d5ed3339077e1f0535f3fee709b46d9f9fa124 /template
parent32f30566317f66fb957e2483bd2c630e73394a15 (diff)
HTML small bug : ">" must be represented as "&gt;" when not used in tag
delimiters git-svn-id: http://piwigo.org/svn/trunk@574 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/default/picture.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/picture.tpl b/template/default/picture.tpl
index 636963898..212f74fe2 100644
--- a/template/default/picture.tpl
+++ b/template/default/picture.tpl
@@ -2,7 +2,7 @@
<div class="information">{information.INFORMATION}</div>
<!-- END information -->
<div class="titrePage">
- <div id="gauche"><a href="{U_HOME}">{L_HOME}</a> > {CATEGORY}</div>
+ <div id="gauche"><a href="{U_HOME}">{L_HOME}</a> &gt; {CATEGORY}</div>
<div id="centre" class="nameImage">{TITLE}</div>
<div id="droite">{PHOTO}</div>
</div>