diff options
Diffstat (limited to 'pages/schedule.ecpp')
-rw-r--r-- | pages/schedule.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |