From 6f30fb600598d8618efec2a010ba1a69c5b75694 Mon Sep 17 00:00:00 2001 From: grEvenX Date: Tue, 7 Feb 2012 09:40:26 +0100 Subject: [PATCH] =?UTF-8?q?width=3D"auto"=20is=20not=20valid=20HTML5=20val?= =?UTF-8?q?ue=20for=20attribute=20(Syntax=20of=20non-negative=20integer:?= =?UTF-8?q?=20One=20or=20more=20digits=20(0=E2=80=939).=20For=20example:?= =?UTF-8?q?=2042=20and=200=20are=20valid,=20but=20-273).=20Not=20sure=20wh?= =?UTF-8?q?at=20the=20width=20is=20used=20for=20in=20the=20embed=20of=20th?= =?UTF-8?q?e=20SWF=20here,=20is=20it=20needed=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/soundmanager2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/soundmanager2.js b/script/soundmanager2.js index b358912e..d8f3921c 100755 --- a/script/soundmanager2.js +++ b/script/soundmanager2.js @@ -4409,7 +4409,7 @@ function SoundManager(smURL, smID) { localURL = (_s.altURL || remoteURL), swfTitle = 'JS/Flash audio component (SoundManager 2)', oEmbed, oMovie, oTarget = _getDocument(), tmp, movieHTML, oEl, extraClass = _getSWFCSS(), - s, x, sClass, side = 'auto', isRTL = null, + s, x, sClass, side = '1', isRTL = null, html = _doc.getElementsByTagName('html')[0]; isRTL = (html && html.dir && html.dir.match(/rtl/i));