Compare commits

..

No commits in common. "master" and "v0.1.1" have entirely different histories.

View File

@ -100,7 +100,7 @@ function closeOne() {
} else {
# Otherwise, init the unordered list block
push("ul")
print "<ul>\n<li>" replaceInline(substr($0, 3)) "</li>"
print "<ul>\n<li>" substr($0, 3) "</li>"
}
}