Index: trunk/globals.php =================================================================== diff -u -r122 -r137 --- trunk/globals.php (.../globals.php) (revision 122) +++ trunk/globals.php (.../globals.php) (revision 137) @@ -47,7 +47,7 @@ $line = eregi_replace(';[.]*','',$line); if(strlen($line) > 0) { //echo $line . " - "; - if(eregi('^[[a-z]+]$',$line)) { + if(eregi('^[[a-z]+]$',str_replace(' ', '', $line))) { //echo 'section'; $section = substr($line,1,(strlen($line)-2)); if ($parse_section) {