summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-27 19:14:11 +0100
committerAlib <aliboba@free.fr>2010-02-27 19:14:11 +0100
commitfd725f34b328c1cb61cc592153be708c51a77212 (patch)
tree5c5a079c44068dc1bac1c17bab545ce550379461
parent819b546ab6eaf036325c406629dd5b4230abe327 (diff)
downloadistreamdev-fd725f34b328c1cb61cc592153be708c51a77212.tar.gz
istreamdev-fd725f34b328c1cb61cc592153be708c51a77212.tar.bz2
no self close in video tag
-rwxr-xr-xincludes/inc_streaming.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_streaming.php b/includes/inc_streaming.php
index a294a9d..df8a1e3 100755
--- a/includes/inc_streaming.php
+++ b/includes/inc_streaming.php
@@ -31,7 +31,7 @@ print " <ul class=\"pageitem\">\r\n";
$logopath=$ram ."/logo.png";
$logowidth = mediagetwidth($logopath);
-print " <center><video id=\"videofeed\" width=\"{$logowidth}\" poster=\"{$logopath}\" /></center>\r\n";
+print " <center><video id=\"videofeed\" width=\"{$logowidth}\" poster=\"{$logopath}\" ></video></center>\r\n";
print " </ul>\r\n";