fixes #644
This commit is contained in:
parent
52169a4197
commit
5eecd9696e
@ -510,6 +510,10 @@
|
||||
function _parseLine($line) {
|
||||
$line = trim($line);
|
||||
|
||||
if(!preg_match("/\\\#/", $line)) {
|
||||
$line = trim(preg_replace('/#.*$/', '', $line));
|
||||
}
|
||||
|
||||
$array = array();
|
||||
|
||||
if (preg_match('/^-(.*):$/',$line)) {
|
||||
|
Loading…
Reference in New Issue
Block a user