diff options
Diffstat (limited to 'g2x.c')
| -rw-r--r-- | g2x.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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=\""); |