Changeset 1824
- Timestamp:
- 2008-03-27 22:35:55 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_test/automated/tests/fckw3crange.html
r1714 r1824 900 900 function setUpPage() 901 901 { 902 _BodyHtml = document.body.innerHTML ; 902 // Get the trimmed innerHTML. 903 _BodyHtml = document.body.innerHTML.replace( /^\s+|\s+$/g, '' ) ; 903 904 setUpPageStatus = 'complete' ; 904 905 }