summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/html.c b/html.c
index a9190e8f..694b48dd 100644
--- a/html.c
+++ b/html.c
@@ -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;