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("&lt;");
                        else if (c == '\'')
-                               html("&#x27;");
+                               html("&apos;");
                        else if (c == '"')
                                html("&quot;");
                        else if (c == '&')
-- 
1.9.1

_______________________________________________
CGit mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/cgit

Reply via email to