From cd93fa83ba632588b357b190f47809205b9a5d91 Mon Sep 17 00:00:00 2001 From: Arne Georg Gleditsch Date: Tue, 12 Feb 2008 22:53:01 +0100 Subject: Change line number layout and caching mechanism. --- lib/LXRng/Markup/File.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/LXRng/Markup/File.pm') diff --git a/lib/LXRng/Markup/File.pm b/lib/LXRng/Markup/File.pm index 9bd811c..d94952c 100644 --- a/lib/LXRng/Markup/File.pm +++ b/lib/LXRng/Markup/File.pm @@ -49,9 +49,9 @@ sub make_format_newline { $line++; $nl = safe_html($nl); - return qq{$nl
  • }. - qq{}. - qq{}; + return qq{$nl}. + qq{$line}. + qq{}; } } -- cgit v1.2.3