1
0
mirror of https://tildegit.org/sbgodin/HtmGem.git synced 2023-08-25 13:53:12 +02:00

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

View File

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