From: Jean Privat Date: Wed, 15 Feb 2012 19:01:59 +0000 (-0500) Subject: nitdoc: useless # in show_source X-Git-Tag: v0.5~32^2~5 X-Git-Url: http://nitlanguage.org?ds=sidebyside nitdoc: useless # in show_source old Ruby reflex maybe... Signed-off-by: Jean Privat --- diff --git a/src/nitdoc.nit b/src/nitdoc.nit index 0bb3195..2765264 100644 --- a/src/nitdoc.nit +++ b/src/nitdoc.nit @@ -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")