From d4ebc3a51dfe4c0ad70c2a175e46226cb291cfe4 Mon Sep 17 00:00:00 2001 From: Arne Georg Gleditsch Date: Tue, 26 Feb 2008 23:50:15 +0100 Subject: Js and HTML changes to please IE. --- lib/LXRng/Markup/File.pm | 5 ++--- 1 file changed, 2 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 d94952c..c3d576c 100644 --- a/lib/LXRng/Markup/File.pm +++ b/lib/LXRng/Markup/File.pm @@ -49,9 +49,8 @@ sub make_format_newline { $line++; $nl = safe_html($nl); - return qq{$nl}. - qq{$line}. - qq{}; + return sprintf('%s%4d', + $nl, $name, $line, $line, $line, $line); } } -- cgit v1.2.3