summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-04-07 16:11:08 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-04-07 16:11:08 +0000
commit4661c74cdb300f64e3058cbc384148d76c703d56 (patch)
treee9415a41777b589a44bc2bac854e5694f98b925c /html
parent00bd3aff2a832d6b7379fc02ccbd5c884acc6d7c (diff)
downloadxxv-4661c74cdb300f64e3058cbc384148d76c703d56.tar.gz
xxv-4661c74cdb300f64e3058cbc384148d76c703d56.tar.bz2
* Remove String::Escape, use now regular expression to remove unwanted part of unicode as last character
* Reformat message 'Couldn't load perl module...' * different ways to load binary/text files * RECORDS: Prepare list of commands at perl code and not into template code * RECORDS: Load images less strictness * Reorder locale routines
Diffstat (limited to 'html')
-rw-r--r--html/rdisplay.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/rdisplay.tmpl b/html/rdisplay.tmpl
index 11c051a..8ca6b93 100644
--- a/html/rdisplay.tmpl
+++ b/html/rdisplay.tmpl
@@ -104,7 +104,7 @@
<option value='0'><?% gettext("Choose a command to edit this recording ...") %?>:</option>
<?% FOREACH cmd = param.reccmds %?>
<?% c = c + 1 %?>
- <option value='<?% c %?>_<?% data.RecordId %?>'><?% cmd.split(':').first %?></option>
+ <option value='<?% c %?>_<?% data.RecordId %?>'><?% cmd %?></option>
<?% END %?>
</select>
<?% END %?>