nitdoc: fix missing spaces between modules names and following text
authorAlexandre Terrasa <alexandre@moz-concept.com>
Wed, 15 Feb 2012 05:35:58 +0000 (00:35 -0500)
committerAlexandre Terrasa <alexandre@moz-concept.com>
Wed, 15 Feb 2012 05:35:58 +0000 (00:35 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-concept.com>

src/nitdoc.nit

index 3943e2d..0bb3195 100644 (file)
@@ -1014,7 +1014,7 @@ redef class MMLocalProperty
                                if lp == tlp then continue
                                dctx.add(" {lp.mmmodule.html_link(dctx)}")
                                if lp.local_class.global != lc.global then
-                                       dctx.add(" for {lp.local_class.html_link(dctx)}")
+                                       dctx.add(" for {lp.local_class.html_link(dctx)} ")
                                end
 
                                n = lp.node
@@ -1334,7 +1334,7 @@ redef class MMLocalClass
                        dctx.stage(". Definition in:")
                        for lc in crhe.greaters do
                                if lc.mmmodule.toplevel_owner != m then continue
-                               dctx.add(" {lc.mmmodule.html_link(dctx)}")
+                               dctx.add(" {lc.mmmodule.html_link(dctx)} ")
                                assert lc isa MMSrcLocalClass
                                var n = lc.node
                                if n != null then