From: Alexandre Terrasa Date: Thu, 8 Aug 2013 14:12:34 +0000 (-0400) Subject: ni_nitdoc: open show code links in new tab X-Git-Tag: v0.6.1~35^2~5 X-Git-Url: http://nitlanguage.org?hp=2a92d27ea86aa31bf5ef4de1b380372ebd2d6987 ni_nitdoc: open show code links in new tab Signed-off-by: Alexandre Terrasa --- diff --git a/src/ni_nitdoc.nit b/src/ni_nitdoc.nit index b6e62e6..32c668a 100644 --- a/src/ni_nitdoc.nit +++ b/src/ni_nitdoc.nit @@ -270,7 +270,7 @@ abstract class NitdocPage source = x.join(l.line_start.to_s) x = source.split_with("%L") source = x.join(l.line_end.to_s) - return " (source)" + return " (source)" end end