From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwinkau at kit.edu (zwinkau at kit.edu) Date: Tue, 1 Jul 2014 09:40:27 +0200 Subject: [PATCH 2/8] Improved readability. In-Reply-To: <1404200433-30081-1-git-send-email-zwinkau@kit.edu> References: <1404200433-30081-1-git-send-email-zwinkau@kit.edu> Message-ID: <1404200433-30081-2-git-send-email-zwinkau@kit.edu> From: Sebastian Buchwald --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.c b/html.c index f0ee2d6..91047ad 100644 --- a/html.c +++ b/html.c @@ -193,7 +193,7 @@ void html_attr(const char *txt) else if (c == '<') html("<"); else if (c == '\'') - html("'"); + html("'"); else if (c == '"') html("""); else if (c == '&') -- 1.9.1