diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-12-16 23:49:24 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-12-16 23:49:24 +0000 |
commit | 06df85b5eadb9f088793df157b1dc5523a626db5 (patch) | |
tree | b17b08bd6422f3da22a8bda037b2c7120d391b1b /pages/whats_on.ecpp | |
parent | 0e2f88d8e717b1b3cbfbc6280eac932d31dfb631 (diff) | |
download | vdr-plugin-live-06df85b5eadb9f088793df157b1dc5523a626db5.tar.gz vdr-plugin-live-06df85b5eadb9f088793df157b1dc5523a626db5.tar.bz2 |
- Adapted Rolf Ahrenbergs patch for VLC streaming to current LIVE
development status. See Bug #343. This will need some additional tweaking.
Diffstat (limited to 'pages/whats_on.ecpp')
-rw-r--r-- | pages/whats_on.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index d724c23..7331adc 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -98,7 +98,7 @@ if (type == "now") { % if (mode == "list") { <table class="listing" cellspacing="0" cellpadding="0"> <tr class="head"> - <td colspan="7"><div class="boxheader"><div><div><$ head $></div></div></div></td> + <td colspan="8"><div class="boxheader"><div><div><$ head $></div></div></div></td> </tr> % } <%cpp> |