Changes between Initial Version and Version 1 of Ticket #5617
- Timestamp:
- May 5, 2010, 5:15:12 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5617
- Property Owner set to Garry Yao
- Property Keywords Review? added
-
Property
Status
changed from
new
toassigned
-
Ticket #5617 – Description
initial v1 1 By adding another 'text' type filter to htmldataprocessor breaks the editor output. 1 By adding another 'text' type filter to htmldataprocessor breaks the editor output, e.g. 2 {{{ 3 htmlFilter.addRules( 4 { 5 text : function( text ) 6 { 7 return text; 8 } 9 }); 10 }}}