[PATCH 2/8] Improved readability.
zwinkau at kit.edu
zwinkau at kit.edu
Tue Jul 1 09:40:27 CEST 2014
From: Sebastian Buchwald <Sebastian.Buchwald at kit.edu>
---
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
More information about the CGit
mailing list