From 4d0f646b7b8cc70dfef8de0398dea5bd2a4dc736 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Wed, 15 Feb 2012 14:01:59 -0500 Subject: [PATCH] nitdoc: useless # in show_source old Ruby reflex maybe... Signed-off-by: Jean Privat --- src/nitdoc.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 1.7.9.5