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