Changeset 2335

Show
Ignore:
Timestamp:
2008-08-05 18:46:41 (2 months ago)
Author:
fredck
Message:

Changed the formatting rules to avoid line breaks when closing tags tag accept text, as it adds an extra space at the end of that element.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • CKEditor/branches/prototype/_source/plugins/htmlwriter/plugin.js

    r2334 r2335  
    8282                                breakBeforeOpen : true, 
    8383                                breakAfterOpen : true, 
    84                                 breakBeforeClose : true, 
     84                                breakBeforeClose : !dtd[ e ][ '#' ], 
    8585                                breakAfterClose : true 
    8686                        });