summaryrefslogtreecommitdiff
path: root/template/default/timer_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/timer_list.html')
-rw-r--r--template/default/timer_list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/timer_list.html b/template/default/timer_list.html
index 09a7880..e2cea26 100644
--- a/template/default/timer_list.html
+++ b/template/default/timer_list.html
@@ -108,7 +108,7 @@
%?>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
- <td bgcolor="#00000" height="1" class="blackline"><img src="bilder/spacer.gif" width="<?% tablaenge + 100 %?>" height="1" border="0" /></td>
+ <td bgcolor="#000000" height="1" class="blackline"><img src="bilder/spacer.gif" width="<?% tablaenge + 100 %?>" height="1" border="0" /></td>
</tr>
</table>
@@ -159,7 +159,7 @@
<?%
ELSE;
%?>
- <td class="<?% td_class %?>" id="prgtable"><span <?% IF config.TM_TT_TIMELINE %?>onMouseOver="tip('VDR-<?% sendung.id %?>'); return true;" onMouseOut="untip(); return true;"<?% END %?><img src="bilder/spacer.gif" width="<?% ende - pos - 2 %?>" height="20" border="0" /></span></td>
+ <td class="<?% td_class %?>" id="prgtable"><span <?% IF config.TM_TT_TIMELINE %?>onMouseOver="tip('VDR-<?% sendung.id %?>'); return true;" onMouseOut="untip(); return true;"<?% END %?>><img src="bilder/spacer.gif" width="<?% ende - pos - 2 %?>" height="20" border="0" /></span></td>
<?%
END;