summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2007-12-03 17:24:21 +0000
committerAndreas Brachold <vdr07@deltab.de>2007-12-03 17:24:21 +0000
commit1cfdb1a1a530f13a2fe2b23c3de56303268fe7b8 (patch)
treea6d9289215462909c8ec4a65cd469fe3161b3a63 /html
parent448768ceaaf8bb5484122f88d0aa8557c606fcb3 (diff)
downloadxxv-1cfdb1a1a530f13a2fe2b23c3de56303268fe7b8.tar.gz
xxv-1cfdb1a1a530f13a2fe2b23c3de56303268fe7b8.tar.bz2
* html: remove double html encoded field header
Diffstat (limited to 'html')
-rw-r--r--html/logger.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/logger.tmpl b/html/logger.tmpl
index ffded50..987c029 100644
--- a/html/logger.tmpl
+++ b/html/logger.tmpl
@@ -19,7 +19,7 @@
<?% FOREACH field = fields %?>
<?% NEXT IF field.match('^__') %?>
<th>
- <nobr><?% field | html %?>
+ <nobr><?% field %?>
<?% IF param.sortable %?>
<a href="?cmd=<?% cgi.param('cmd') %?>&__sortby=<?% field %?>&__desc=0"><img src="images/asc.png"></a>
<a href="?cmd=<?% cgi.param('cmd') %?>&__sortby=<?% field %?>&__desc=1"><img src="images/desc.png"></a>