From: Sebastian Buchwald <[email protected]>
---
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
_______________________________________________
CGit mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/cgit