Changeset 184
- Timestamp:
- 05/20/05 07:36:05 (8 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/Stylist/stylist.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/Stylist/stylist.js
r181 r184 122 122 // If we don't have an ancestor, but it's a div/span/p/hx stle, we can make one 123 123 if(( tag == 'div' || tag == 'span' || tag == 'p' 124 || (tag.substr(0,1) == 'h' && tag.length == 2 && tag != 'hr )))124 || (tag.substr(0,1) == 'h' && tag.length == 2 && tag != 'hr'))) 125 125 { 126 126 if(!this._selectionEmpty(this._getSelection()))
