Changeset 197
- Timestamp:
- 06/24/08 14:10:09 (4 months ago)
- Location:
- ez_publish/myutils/trunk
- Files:
-
- 2 modified
-
classes/myutilsfunctions.php (modified) (1 diff)
-
settings/tidy.ini.append.php (modified) (1 diff)
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(); -
ez_publish/myutils/trunk/settings/tidy.ini.append.php
r187 r197 6 6 [Part] 7 7 Options[] 8 Options[show-body-only]= true9 Options[output-xhtml]= true8 Options[show-body-only]=1 9 Options[output-xhtml]=1 10 10 Options[wrap]=0 11 11 Options[alt-text]=
