diff options
-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"; |