summaryrefslogtreecommitdiff
path: root/template/default/timer_new.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2007-01-25 16:01:07 +0100
committerAndreas Mair <amair.sob@googlemail.com>2007-01-25 16:01:07 +0100
commit12afd457f85ae4c80446787ec2a37f5a0c30e3fb (patch)
tree6a8f1053f7191371ae8c6bec1304fbdc8decbf1f /template/default/timer_new.html
parent46d2394f8ae86e9c92c2c573a1a990a97c6d33b1 (diff)
downloadvdradmin-am-3.5.3.tar.gz
vdradmin-am-3.5.3.tar.bz2
2007-01-25: 3.5.3v3.5.3
- Fixed: epgsearch's LSTT/DEFT commands need at least epgsearch v0.9.20. - Added: Klaus Schmidinger's "lste" speedup patch. - Changed: Do not send every HTTP header line in its own TCP packet (Speedup!). - Changed: Display error message if VDRAdmin-AM can't connect to VDR if index.html is requested. - Changed: Added warning in epgsearch edit if neither "title", "subtitle" nor "description" is checked. - Changed: Don't show recording commands drop-down if there are no reccmds. - Fixed: When sorting recordings by name, sort folders by name too.
Diffstat (limited to 'template/default/timer_new.html')
-rw-r--r--template/default/timer_new.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/timer_new.html b/template/default/timer_new.html
index d311a43..a32635c 100644
--- a/template/default/timer_new.html
+++ b/template/default/timer_new.html
@@ -149,7 +149,7 @@
<tr class="<?% tr_class %?>">
<?% tr_class = (tr_class == "row_odd" ? "row_even" : "row_odd") %?>
<td class="col_label"><h5><?% gettext('Title of Recording:') %?></h5></td>
- <td class="col_value"><input type="text" name="title" value="<?% title %?>" size="80" /></td>
+ <td class="col_value"><input type="text" name="title" value="<?% title | html %?>" size="80" /></td>
</tr>
<tr class="<?% tr_class %?>">
<?% tr_class = (tr_class == "row_odd" ? "row_even" : "row_odd") %?>