Fix Copyright years.

The official MIME type for mp3 is audio/mpeg.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39352 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2010-11-07 22:59:58 +00:00
parent c3159d4a01
commit f1177f3673

View File

@ -3,7 +3,7 @@
/*
* haiku.php - an online Haiku demo using qemu and vnc.
*
* Copyright 2007-2009, Francois Revol, revol@free.fr.
* Copyright 2007-2010, Francois Revol, revol@free.fr.
* Distributed under the terms of the MIT License.
*/
@ -624,7 +624,7 @@ function output_audio_player_code($external_only=false)
echo "<source src=\"" . $url . "\" type=\"audio/mpeg\" />";
}
if (!$use_html5) {
echo "<object type=\"audio/x-mpeg\" width=\"300\" height=\"50\">";
echo "<object type=\"audio/mpeg\" width=\"300\" height=\"50\">";
echo "<param name=\"src\" value=\"" . $url . "\" />";
echo "<param name=\"controller\" value=\"true\" />";
echo "<param name=\"controls\" value=\"controlPanel\" />";