Changeset 1821
- Timestamp:
- 2008-03-27 16:26:43 (4 months ago)
- Files:
-
- 1 modified
-
MediaWiki/trunk/plugins/mediawiki/fckplugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
MediaWiki/trunk/plugins/mediawiki/fckplugin.js
r1820 r1821 588 588 sAttValue = htmlNode.getAttribute( sAttName, 2 ) ; // We must use getAttribute to get it exactly as it is defined. 589 589 590 attStr += ' ' + sAttName + '="' + sAttValue.replace( '"', '"' ) + '"' ;590 attStr += ' ' + sAttName + '="' + String(sAttValue).replace( '"', '"' ) + '"' ; 591 591 } 592 592 }