diff options
Diffstat (limited to 'pages/channels_widget.ecpp')
-rw-r--r-- | pages/channels_widget.ecpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pages/channels_widget.ecpp b/pages/channels_widget.ecpp index ed6d30e..fcf8321 100644 --- a/pages/channels_widget.ecpp +++ b/pages/channels_widget.ecpp @@ -27,8 +27,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); int lastChannel = LiveSetup().GetLastChannel(); </%cpp> <select name="<$ name $>" <{ reply.out() << ( !onchange.empty() ? "onchange=\""+onchange+"\"" : "" ); }>> -% for ( cChannel *listChannel = Channels.First(); listChannel && listChannel->Number() <= lastChannel; -% listChannel = Channels.Next( listChannel ) ) { +% for ( cChannel *listChannel = Channels.First(); listChannel && listChannel->Number() <= lastChannel; listChannel = Channels.Next( listChannel ) ) { % if ( listChannel->GroupSep() || *listChannel->Name() == '\0' ) % continue; % |