aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--g2x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g2x.c b/g2x.c
index c171c13..2cd46fe 100644
--- a/g2x.c
+++ b/g2x.c
@@ -67,6 +67,7 @@ int main(void)
html("</ul>\n");
list_state = 0; // out of a list
}
+ // FIXME "out of list" skips the reading of next line.
else if (!strncmp(buf,"=>",2)) // Match links
{// Match => for hyperlinks
html("<p><a href=\"");