Changeset 6770
- Timestamp:
- 04/26/11 16:52:26 (2 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_source/plugins/selection/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/selection/plugin.js
r6648 r6770 568 568 569 569 var styleObjectElements = 570 {571 img:1,hr:1,li:1,table:1,tr:1,td:1,th:1,embed:1,object:1,ol:1,ul:1,572 a:1, input:1, form:1, select:1, textarea:1, button:1, fieldset:1, th:1, thead:1,tfoot:1573 };570 { 571 img:1,hr:1,li:1,table:1,tr:1,td:1,th:1,embed:1,object:1,ol:1,ul:1, 572 a:1,input:1,form:1,select:1,textarea:1,button:1,fieldset:1,thead:1,tfoot:1 573 }; 574 574 575 575 CKEDITOR.dom.selection.prototype =
Note: See TracChangeset
for help on using the changeset viewer.
