nitdoc: useless # in show_source
authorJean Privat <jean@pryen.org>
Wed, 15 Feb 2012 19:01:59 +0000 (14:01 -0500)
committerJean Privat <jean@pryen.org>
Wed, 15 Feb 2012 19:01:59 +0000 (14:01 -0500)
old Ruby reflex maybe...

Signed-off-by: Jean Privat <jean@pryen.org>

src/nitdoc.nit

index 0bb3195..2765264 100644 (file)
@@ -267,7 +267,7 @@ class DocContext
        do
                var s = opt_source.value
                if s == null then
-                       add("in #{l.file.filename.simplify_path}")
+                       add("in {l.file.filename.simplify_path}")
                else
                        # THIS IS JUST UGLY ! (but there is no replace yet)
                        var x = s.split_with("%f")