Revision 8a27e4ff
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
SL/Inifile.pm | ||
---|---|---|
s/\s*#.*$//;
|
||
s/^\s*//;
|
||
} else {
|
||
next if m/#/;
|
||
next if m/^\s*#/;
|
||
}
|
||
|
||
next unless $_;
|
Auch abrufbar als: Unified diff
Bugfix: Kommentarhandling in Inifile
Das ist aber immernoch Schrott, weil die Latex order # enthält, und
trotzdem rausgegrillt wird.