Fixes a bug with unordered list

This commit is contained in:
Christophe HENRY 2021-03-02 22:48:06 +01:00
parent a359f16d06
commit 1da3f6520b
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ foreach ($fileLines as $line) {
} else {
$mode = null;
print("</ul>\n");
$reDo = true;
}
}
}