Changeset 7429
- Timestamp:
- 05/15/10 15:19:23 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/HTML2TML/Node.pm
r7428 r7429 241 241 my ( $this, $opts ) = @_; 242 242 243 print STDERR "Raw [", WC::debugEncode($this->stringify()), "\n\n";244 243 $this->cleanParseTree(); 245 244 246 print STDERR "Cleaned [", WC::debugEncode($this->stringify()), "]\n\n";247 245 # Perform some transformations on the parse tree 248 246 $this->_collapse(); 249 247 250 print STDERR "Collapsed [", WC::debugEncode($this->stringify()), "]\n\n";251 252 248 my ( $f, $text ) = $this->generate($opts); 253 249 254 250 # Debug support 255 print STDERR "\nConverted [".WC::debugEncode($text)."]\n";251 #print STDERR "Converted ",WC::debugEncode($text),"\n"; 256 252 257 253 # Move leading \n out of protected region. Delicate hack fix required to
Note: See TracChangeset
for help on using the changeset viewer.
