Changeset 88
- Timestamp:
- 04/28/05 05:43:56 (8 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/DynamicCSS/dynamiccss.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/DynamicCSS/dynamiccss.js
r86 r88 95 95 else{ 96 96 className='none'; 97 if(tagName=='all') cssName= this._lc("Default");98 else cssName='<'+ this._lc("Default")+'>';97 if(tagName=='all') cssName=HTMLArea._lc("Default", 'DynamicCSS'); 98 else cssName='<'+HTMLArea._lc("Default", 'DynamicCSS')+'>'; 99 99 } 100 100 cssArray[tagName][className]=cssName;
