Commit 5eecd969 authored by jwage's avatar jwage

fixes #644

parent 52169a41
...@@ -510,6 +510,10 @@ ...@@ -510,6 +510,10 @@
function _parseLine($line) { function _parseLine($line) {
$line = trim($line); $line = trim($line);
if(!preg_match("/\\\#/", $line)) {
$line = trim(preg_replace('/#.*$/', '', $line));
}
$array = array(); $array = array();
if (preg_match('/^-(.*):$/',$line)) { if (preg_match('/^-(.*):$/',$line)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment