aboutsummaryrefslogtreecommitdiff
path: root/web/poc_jsonrpc/nowplaying.html
diff options
context:
space:
mode:
authortopfs2 <topfs2@svn>2010-06-07 18:40:41 +0000
committertopfs2 <topfs2@svn>2010-06-07 18:40:41 +0000
commit77cc8138b6cc003af234259a8e9f3d87a52c9c09 (patch)
tree166a0e6f9c1b8f5330331407a7f394cbb0e13cd2 /web/poc_jsonrpc/nowplaying.html
parent67637b572dfcc500c0cb7125cef981524f412bf1 (diff)
Applied #9333 - Thanks typo101
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30915 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'web/poc_jsonrpc/nowplaying.html')
-rw-r--r--web/poc_jsonrpc/nowplaying.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/poc_jsonrpc/nowplaying.html b/web/poc_jsonrpc/nowplaying.html
index 9c3931306c..d4298147de 100644
--- a/web/poc_jsonrpc/nowplaying.html
+++ b/web/poc_jsonrpc/nowplaying.html
@@ -1,8 +1,8 @@
<html>
<head>
<title>XBMC - Now playing</title>
-<link type="text/css" rel="stylesheet" href="basic.css" />
-<script type="text/javascript" src="json.js" />
+<link type="text/css" rel="stylesheet" href="basic.css">
+<script type="text/javascript" src="json.js"></script>
<script type="text/javascript">
function CallMethod(method)
{
@@ -35,7 +35,7 @@ function refresh()
<td class="unselected"><a href="development.html">Development</a></td>
</tr>
</table>
-<br />
+<br>
<script type="text/javascript">
setTimeout( "refresh()", 5*1000 );