added missing </head>

This commit is contained in:
Phill Ridout 2010-07-03 06:41:24 +01:00
parent fda7412f75
commit 5f15b2fd7d
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ HTMLVIDEO = u"""<html>
video.volume = 0;
}
</script>
</head>
<body id=\"body\" onload=\"bodyLoaded();\">
<video id=\"video\" src=\"%s\"
autoplay loop width=\"%s\" height=\"%s\"