From 6706aa98fe4dd68f5154ad3fa0bea682cd592d7e Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Tue, 1 May 2007 16:30:54 +0000 Subject: Fixed some XML-Warnings --- pages/pageelems.ecpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pages') diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp index 1c90426..74af3dd 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -109,7 +109,7 @@ using namespace vdrlive; string alt; string id; -<%cpp> { .xml', 'param', '<$ param $>');" <%cpp>if (!tip.empty()) { <& tooltip.hint text=(tip) &> <%cpp> } ><$ alt $> <%cpp> } +<%cpp> { .xml', 'param', '<$ param $>');" <%cpp>if (!tip.empty()) { <& tooltip.hint text=(tip) &> <%cpp> } ><$ alt $> <%cpp> } <# ---------------------------------------------------------------------- #> @@ -171,7 +171,7 @@ using namespace vdrlive;
 <$ duration $>
-
><%cpp>if (!prev_chan.empty()) { <& ajax_action_href action=("switch_channel") param=(prev_chan) image=("one_downarrow.png") tip=(tr("previous channel")) &><%cpp> } if (!next_chan.empty()) { <& ajax_action_href action=("switch_channel") param=(next_chan) image=("one_uparrow.png") tip=(tr("next channel")) &><%cpp> }
+
><%cpp>if (!prev_chan.empty()) { <& ajax_action_href action=("switch_channel") param=(prev_chan) image=("one_downarrow.png") tip=(tr("previous channel")) &><%cpp> } if (!next_chan.empty()) { <& ajax_action_href action=("switch_channel") param=(next_chan) image=("one_uparrow.png") tip=(tr("next channel")) &><%cpp> }
% if (elapsed >= 0) {
<& pageelems.progressbar progress=(elapsed) &>
% } -- cgit v1.2.3