diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-13 23:40:50 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-13 23:40:50 +0000 |
commit | 62ece78abdf89523121503b807c2ad6552bbd325 (patch) | |
tree | 0c431ed41bd27aa805c5f42a2062feb6f13b6462 /pages/whats_on.ecpp | |
parent | 5e5dca28a6705c39b24741235beb3d0636641f4f (diff) | |
download | vdr-plugin-live-62ece78abdf89523121503b807c2ad6552bbd325.tar.gz vdr-plugin-live-62ece78abdf89523121503b807c2ad6552bbd325.tar.bz2 |
Bugfixes
Diffstat (limited to 'pages/whats_on.ecpp')
-rw-r--r-- | pages/whats_on.ecpp | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index 3c06c91..5eb5edb 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -68,22 +68,22 @@ if (type == "now") { description += string(" ") + tr("more") + string(" ..."); } }> - <div class="event"> - <div class="station"> - <div><div><div><$ channel_name $></div></div></div> - </div> - <div class="tools"> - <& pageelems.event_timer channelid=(channel_id) eventid=(event) &> - </div> - <div class="content"> - <div class="info"><$ start $> - <$ end $></div> - <div class="title"><$ title $></div> - <div class="short"><$ short_description $></div> - <div class="description"> - <$ description $> - </div> + <div class="event"> + <div class="station"> + <div><div><div><$ channel_name $></div></div></div> + </div> + <div class="tools"> + <& pageelems.event_timer channelid=(channel_id) eventid=(event) &> + </div> + <div class="content"> + <div class="info"><$ start $> - <$ end $></div> + <div class="title"><$ title $></div> + <div class="short"><$ short_description $></div> + <div class="description"> + <$ description $> </div> </div> + </div> <{ @@ -93,7 +93,6 @@ if (type == "now") { } } }> - </div> </div> </body> </html> |