summaryrefslogtreecommitdiff
path: root/pages/remote.ecpp
diff options
context:
space:
mode:
authorRolf Ahrenberg <Rolf.Ahrenberg@sci.fi>2017-04-02 00:03:33 +0300
committerRolf Ahrenberg <Rolf.Ahrenberg@sci.fi>2017-04-02 00:03:33 +0300
commitdfe94980a0651eb4cbd308b7fb3f5a83d9cdc476 (patch)
tree943414d0e00728a80330c4ef70f0d18c01a341d5 /pages/remote.ecpp
parenteaa015874e3e494006d67260feaebe6377568ebb (diff)
downloadvdr-plugin-live-dfe94980a0651eb4cbd308b7fb3f5a83d9cdc476.tar.gz
vdr-plugin-live-dfe94980a0651eb4cbd308b7fb3f5a83d9cdc476.tar.bz2
Silence compilation warnings.
Diffstat (limited to 'pages/remote.ecpp')
-rw-r--r--pages/remote.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/remote.ecpp b/pages/remote.ecpp
index a1aa0ff..8dc4703 100644
--- a/pages/remote.ecpp
+++ b/pages/remote.ecpp
@@ -137,7 +137,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
<div>
<img src="<$ LiveSetup().GetThemedLink("img", "remotecontrol.jpg") $>" width="162" height="378" border="0" usemap="#remote" alt="" />
<map name="remote">
- <area href="#" shape="circle" coords="37,36,10" alt="Power" onclick="KeyPress(<$ kPower $>)" nohref="nohref" alt="" />
+ <area href="#" shape="circle" coords="37,36,10" alt="Power" onclick="KeyPress(<$ kPower $>)" nohref="nohref" alt="" />
<area href="#" shape="rect" coords="27,60,59,75" alt="1" onclick="KeyPress(<$ k1 $>)" nohref="nohref" alt="" />
<area href="#" shape="rect" coords="64,59,98,75" alt="2" onclick="KeyPress(<$ k2 $>)" nohref="nohref" alt="" />
<area href="#" shape="rect" coords="103,59,137,75" alt="3" onclick="KeyPress(<$ k3 $>)" nohref="nohref" alt="" />