fixes #644
This commit is contained in:
parent
52169a4197
commit
5eecd9696e
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue