diff options
-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 60bd23c..f164b78 100644 --- a/pages/schedule.ecpp +++ b/pages/schedule.ecpp @@ -108,7 +108,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <tr class="<? active_line ? "active" ?>"> <td style="border-left: 1px solid black"><& pageelems.event_timer channelid=(channel_id) eventid=(event) &> % if (LiveSetup().HaveEPGSearch()) { - <a href="searchresults.html?searchplain=<$ StringEscapeAndBreak(title) $>"><img src="/search.png" border="0" alt="" <& tooltip.hint text=(tr("Search for repeats.")) &>></img></a> + <a href="searchresults.html?searchplain=<$ StringUrlEncode(title) $>"><img src="/search.png" border="0" alt="" <& tooltip.hint text=(tr("Search for repeats.")) &>></img></a> % } </td> |