Revision 8a27e4ff
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
SL/Inifile.pm | ||
---|---|---|
60 | 60 |
s/\s*#.*$//; |
61 | 61 |
s/^\s*//; |
62 | 62 |
} else { |
63 |
next if m/#/; |
|
63 |
next if m/^\s*#/;
|
|
64 | 64 |
} |
65 | 65 |
|
66 | 66 |
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.