diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-12-03 17:24:21 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-12-03 17:24:21 +0000 |
| commit | 1cfdb1a1a530f13a2fe2b23c3de56303268fe7b8 (patch) | |
| tree | a6d9289215462909c8ec4a65cd469fe3161b3a63 /html | |
| parent | 448768ceaaf8bb5484122f88d0aa8557c606fcb3 (diff) | |
| download | xxv-1cfdb1a1a530f13a2fe2b23c3de56303268fe7b8.tar.gz xxv-1cfdb1a1a530f13a2fe2b23c3de56303268fe7b8.tar.bz2 | |
* html: remove double html encoded field header
Diffstat (limited to 'html')
| -rw-r--r-- | html/logger.tmpl | 2 |
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> |
