diff options
author | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2017-04-02 00:03:33 +0300 |
---|---|---|
committer | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2017-04-02 00:03:33 +0300 |
commit | dfe94980a0651eb4cbd308b7fb3f5a83d9cdc476 (patch) | |
tree | 943414d0e00728a80330c4ef70f0d18c01a341d5 /pages/whats_on.ecpp | |
parent | eaa015874e3e494006d67260feaebe6377568ebb (diff) | |
download | vdr-plugin-live-dfe94980a0651eb4cbd308b7fb3f5a83d9cdc476.tar.gz vdr-plugin-live-dfe94980a0651eb4cbd308b7fb3f5a83d9cdc476.tar.bz2 |
Silence compilation warnings.
Diffstat (limited to 'pages/whats_on.ecpp')
-rw-r--r-- | pages/whats_on.ecpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index f9a66c3..a38faf9 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -246,7 +246,7 @@ if (type == "now") { <div class="more withmargin"> % if (eventId != 0) { <a -% if (!longDescription.empty()) { +% if (!longDescription.empty()) { <& tooltip.hint text=(longDescription) &><& tooltip.display domId=(epgEvent->Id()) &> % } ><span class="title"><$ (epgEvent->Title()) $></span><br /><span class="short"><$ (epgEvent->ShortDescr()) $></span></a> @@ -255,10 +255,10 @@ if (type == "now") { % } </div> </td> - <td class="topaligned rightcol <? lastCurrentChanel ? "bottomrow"?>"><div class="station withmargin"><a href="schedule.html?channel=<$ chNumber $>" <& tooltip.hint text=(tr("View the schedule of this channel")) &>><$ chNumber $><$ tr(" - ") $><$ (epgEvent->Caption()) $></a></div> + <td class="topaligned rightcol <? lastCurrentChanel ? "bottomrow"?>"><div class="station withmargin"><a href="schedule.html?channel=<$ chNumber $>" <& tooltip.hint text=(tr("View the schedule of this channel")) &>><$ chNumber $><$ tr(" - ") $><$ (epgEvent->Caption()) $></a></div> </td> </tr> -% } +% } <%cpp> } </%cpp> @@ -285,7 +285,7 @@ if (type == "now") { vector< string >::const_iterator part = parts.begin(); for ( int i = 0; part != parts.end(); ++i, ++part ) { </%cpp> - <option <%cpp> reply.out() << ( (current_fixtime != "" && *part == current_displaytime) ? "selected=\"selected\"" : "" ); </%cpp> value="<$ *part $>"> <$ tr("at") + string(" ") + *part $></option> + <option <%cpp> reply.out() << ( (current_fixtime != "" && *part == current_displaytime) ? "selected=\"selected\"" : "" ); </%cpp>value="<$ *part $>"> <$ tr("at") + string(" ") + *part $></option> <%cpp> } </%cpp> |