diff options
Diffstat (limited to 'pages/pageelems.ecpp')
-rw-r--r-- | pages/pageelems.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp index 9adb045..932184b 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -45,7 +45,7 @@ component; tChannelID channelid; tEventID eventid; </%args> - <a href="edit_timer.html?channelid=<$ *channelid.ToString() $>&eventid=<$ eventid $>"><img src="record.png" alt="" <& tooltip.hint text=(tr("Record this")) &> /></a> + <a href="edit_timer.html?channelid=<$ channelid $>&eventid=<$ eventid $>"><img src="record.png" alt="" <& tooltip.hint text=(tr("Record this")) &> /></a> </%def> <%def ajax_js> |