summaryrefslogtreecommitdiff
path: root/template/default/prog_summary2.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-06-30 14:12:35 +0200
committerAndreas Mair <amair.sob@googlemail.com>2006-06-30 14:12:35 +0200
commitada389d94b34bfef75be700a6cb4e3f05ee102ff (patch)
treef93833f9f9e82ca287dd9502ebeeac6993a1598f /template/default/prog_summary2.html
parentf823ff4bdab5bea277c34d8804de946d7c7961e1 (diff)
downloadvdradmin-am-3.4.6beta5.tar.gz
vdradmin-am-3.4.6beta5.tar.bz2
2006-06-30: 3.4.6beta5v3.4.6beta5
- Changed: "channels" column in timeline uses max 10% of available width. - Fixed: programming a timer in prog_detail in FireFox. - Fixed: HTML warnings. - Fixed: find repeatings containing "&" in prog_detail (Bug #0000104, Reported by hajo). - Changed: TV and remote control to better fit new "default" theme. - Fixed: correct sorting in prog_list2 selectbox at the end of a month (Reported by sirtobi). - Fixed: Extracting VDR version number.
Diffstat (limited to 'template/default/prog_summary2.html')
-rw-r--r--template/default/prog_summary2.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/prog_summary2.html b/template/default/prog_summary2.html
index 5d94619..0a3d2c8 100644
--- a/template/default/prog_summary2.html
+++ b/template/default/prog_summary2.html
@@ -57,8 +57,8 @@
<?% IF broadcast.show_percent %?>
<table border="0" cellspacing="0" cellpadding="0" class="percent" title="<?% broadcast.elapsed_min %?>min&nbsp;/&nbsp;<?% broadcast.length_min %?>min">
<tr>
- <td class="elapsed" width="<?% broadcast.percent %?>%"><img src="bilder/spacer.gif" width="1px" height="1px"/></td>
- <td class="remaining"><img src="bilder/spacer.gif" width="1px" height="1px"/></td>
+ <td class="elapsed" width="<?% broadcast.percent %?>%"><img src="bilder/spacer.gif" width="1" height="1" alt="" /></td>
+ <td class="remaining"><img src="bilder/spacer.gif" width="1" height="1" alt="" /></td>
</tr>
</table>
<?% END %?>