diff options
Diffstat (limited to 'pages/searchtimers.ecpp')
-rw-r--r-- | pages/searchtimers.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/searchtimers.ecpp b/pages/searchtimers.ecpp index 73255e4..fc2eaf8 100644 --- a/pages/searchtimers.ecpp +++ b/pages/searchtimers.ecpp @@ -51,7 +51,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); </td> </tr> <tr class="description"> - <td class="action leftcol"><img src="/img/transparent.png" alt="" width="16px" height="16px"/></td> + <td class="action leftcol"><img src="img/transparent.png" alt="" width="16px" height="16px"/></td> <td><div class="withmargin"><$ tr("Expression") $></div></td> <td><div class="withmargin"><$ tr("Channel") $></div></td> <td><div class="withmargin"><$ tr("Starts between") $></div></td> |