summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/menu.ecpp2
-rw-r--r--pages/schedule.ecpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp
index c02e9b6..fb6b2f9 100644
--- a/pages/menu.ecpp
+++ b/pages/menu.ecpp
@@ -22,7 +22,7 @@ std::string set_component;
<div class="menu">
<a href="whats_on.html?type=now" <& menu.setactive current=("now") &>><$ tr("What's on now?") $></a> |
<a href="whats_on.html?type=next" <& menu.setactive current=("next") &>><$ tr("What's on next?") $></a> |
- <a href="schedule.html#cur" <& menu.setactive current=("schedule") &>><$ tr("Schedule") $></a> |
+ <a href="schedule.html" <& menu.setactive current=("schedule") &>><$ tr("Schedule") $></a> |
<a href="timers.html" <& menu.setactive current=("timers") &>><$ tr("Timers") $></a> |
% if (LiveSetup().HaveEPGSearch()) {
<a href="searchepg.html" <& menu.setactive current=("searchepg") &>><$ tr("Search") $></a> |
diff --git a/pages/schedule.ecpp b/pages/schedule.ecpp
index d7b34dd..28a7078 100644
--- a/pages/schedule.ecpp
+++ b/pages/schedule.ecpp
@@ -97,7 +97,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
<td><$ start $> - <$ end $></td>
<td>
% if(Event == PresentEvent) {
- <a name="cur" id="cur"></a><font color="#FF0000">
+ <font color="#0000FF">
% }
<strong><$ title $></strong><br /><$ short_description $><br />
% if(Event == PresentEvent) {