diff options
author | Alib <aliboba@free.fr> | 2010-02-27 19:14:11 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-27 19:14:11 +0100 |
commit | fd725f34b328c1cb61cc592153be708c51a77212 (patch) | |
tree | 5c5a079c44068dc1bac1c17bab545ce550379461 | |
parent | 819b546ab6eaf036325c406629dd5b4230abe327 (diff) | |
download | istreamdev-fd725f34b328c1cb61cc592153be708c51a77212.tar.gz istreamdev-fd725f34b328c1cb61cc592153be708c51a77212.tar.bz2 |
no self close in video tag
-rwxr-xr-x | includes/inc_streaming.php | 2 |
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"; |