diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/rdisplay.tmpl | 2 |
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 %?> |
