Changeset 4044
- Timestamp:
- 18/03/08 12:30:25 (6 months ago)
- Files:
-
- Trunk/core/js/Formatter.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/core/js/Formatter.js
r2803 r4044 373 373 else if(lookaheadMatch[2]) 374 374 img.align = "right"; 375 if(lookaheadMatch[3]) 375 if(lookaheadMatch[3]) { 376 376 img.title = lookaheadMatch[3]; 377 img.setAttribute("alt",lookaheadMatch[3]); 378 } 377 379 img.src = lookaheadMatch[4]; 378 380 w.nextMatch = this.lookaheadRegExp.lastIndex;