Changeset 197 for ez_publish/myutils/trunk/classes/myutilsfunctions.php
- Timestamp:
- 06/24/08 14:10:09 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ez_publish/myutils/trunk/classes/myutilsfunctions.php
r196 r197 44 44 $tidy = new tidy; 45 45 $iniTidy = eZINI::instance( "tidy.ini" ); 46 //$config = $iniTidy->variable( 'Part', 'Options' ); 47 $config = array( 'show-body-only' => true, 48 'output-xhtml' => true, 49 'wrap' => 0, 50 'alt-text' => "" 51 ); 46 $config = $iniTidy->variable( 'Part', 'Options' ); 52 47 $tidy->parseString( $str, $config, $iniTidy->variable( 'Global', 'Charset' ) ); 53 48 $tidy->cleanRepair();
