Repository: lucy-clownfish
Updated Branches:
  refs/heads/markdown_v2 58e9152f7 -> a96b4c4ba


Missing closing angle bracket


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/83507538
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/83507538
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/83507538

Branch: refs/heads/markdown_v2
Commit: 835075386afb169b88d71b6de004a3e3159f8f2f
Parents: 58e9152
Author: Nick Wellnhofer <[email protected]>
Authored: Tue Dec 2 19:14:05 2014 +0100
Committer: Nick Wellnhofer <[email protected]>
Committed: Tue Dec 2 19:14:05 2014 +0100

----------------------------------------------------------------------
 compiler/src/CFCCHtml.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/83507538/compiler/src/CFCCHtml.c
----------------------------------------------------------------------
diff --git a/compiler/src/CFCCHtml.c b/compiler/src/CFCCHtml.c
index f574212..74a9c8c 100644
--- a/compiler/src/CFCCHtml.c
+++ b/compiler/src/CFCCHtml.c
@@ -528,7 +528,7 @@ S_html_create_methods(CFCClass *klass) {
         if (novel_html[0] != '\0') {
             if (ancestor == klass) {
                 methods_html
-                    = CFCUtil_cat(methods_html, "<h3>Novel methods</h3\n",
+                    = CFCUtil_cat(methods_html, "<h3>Novel methods</h3>\n",
                                   novel_html, NULL);
             }
             else {

Reply via email to