From: Stephan Reichholf Date: Mon, 26 Apr 2010 13:10:15 +0000 (+0000) Subject: Small fix from maxl (fixes wrong url when Alternatives are configured). Thx! X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp-plugin;a=commitdiff_plain;h=e3d4c473948233c9ac25ca3bafb6efd17cda29b5 Small fix from maxl (fixes wrong url when Alternatives are configured). Thx! --- diff --git a/webinterface/src/mobile/services.html.xml b/webinterface/src/mobile/services.html.xml index 03550c3..ba1fe4c 100644 --- a/webinterface/src/mobile/services.html.xml +++ b/webinterface/src/mobile/services.html.xml @@ -14,8 +14,8 @@ <tr> <td></td> - <td><a href="/web/zap?sRef="><img src=/web-data/img/zap.png title=ZAP border=0></a></td> - <td><a href="/mobile/epg.html?sRef="><img src=/web-data/img/epg.png title=EPG border=0></a></td> + <td><a href='/web/zap?sRef='><img src=/web-data/img/zap.png title=ZAP border=0></a></td> + <td><a href='/mobile/epg.html?sRef='><img src=/web-data/img/epg.png title=EPG border=0></a></td> </tr>