diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-29 18:18:48 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-29 18:18:48 +0200 |
commit | 1eb7912a55921242a379fec76d6b93273ac3260e (patch) | |
tree | 26c532e38cde99b34408e2a4146819390e9108d7 /template | |
parent | f6ffcfd73fc0d0dd731c321efab9a408a176c801 (diff) |
W3C validation script.
Diffstat (limited to 'template')
-rw-r--r-- | template/list-locals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/list-locals.html b/template/list-locals.html index 40ebeec..47b99cf 100644 --- a/template/list-locals.html +++ b/template/list-locals.html @@ -122,7 +122,7 @@ <tbody> <TMPL_LOOP NAME=lists> <TMPL_IF NAME=__even__><tr class="odd"><TMPL_ELSE><tr></TMPL_IF> - <td><span class="list"><TMPL_UNLESS NAME=ispending><a href="./<TMPL_VAR NAME=listURI>/"></TMPL_UNLESS + <td><span class="list"><TMPL_UNLESS NAME=ispending><a href="<TMPL_VAR NAME=listURI>/"></TMPL_UNLESS ><TMPL_VAR NAME=list ><TMPL_UNLESS NAME=ispending></a> <a class="external" target="_blank" href="<TMPL_VAR NAME=listURL>">➠</a></TMPL_UNLESS></span></td> <td><TMPL_IF NAME=description><TMPL_VAR NAME=description><TMPL_ELSE><span class="none">(none)</span></TMPL_IF></td> |