summaryrefslogtreecommitdiff
path: root/template/default/vdr_cmds.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/vdr_cmds.html')
-rw-r--r--template/default/vdr_cmds.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/vdr_cmds.html b/template/default/vdr_cmds.html
index 1177103..e47da84 100644
--- a/template/default/vdr_cmds.html
+++ b/template/default/vdr_cmds.html
@@ -47,7 +47,7 @@
<tr class="row_odd">
<td class="col_label"><h5><?% gettext('SVDRP commands:') %?></h5></td>
<td class="col_value">
- <input type="text" name="svdrp_cmd" value="<?% svdrp_cmd %?>"/>
+ <input type="text" name="svdrp_cmd" value="<?% svdrp_cmd | html %?>"/>
<input type="submit" class="submit" name="run_svdrpcmd" value="<?% gettext('Run') %?>" onclick="return confirm('<?% gettext('Really run this command?') %?>')" />
</td>
</tr>