From 66ebe1f9ba2377dd926746c825133381d23a755c Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 30 Jan 2010 08:42:20 +0000 Subject: Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg Sonnenberger. --- html.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'html.c') diff --git a/html.c b/html.c index a2da5931..b49d336b 100644 --- a/html.c +++ b/html.c @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.94 2010/01/30 06:55:56 kristaps Exp $ */ +/* $Id: html.c,v 1.95 2010/01/30 08:42:20 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -312,7 +312,6 @@ print_encode(struct html *h, const char *p, int norecurse) } else if ('>' == *p) { printf(">"); continue; - /* FIXME: already escaped? */ } else if ('&' == *p) { printf("&"); continue; -- cgit v1.2.3-56-ge451