diff options
| author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-12 22:53:01 +0100 |
|---|---|---|
| committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-12 22:53:01 +0100 |
| commit | cd93fa83ba632588b357b190f47809205b9a5d91 (patch) | |
| tree | a597c4c6fb8e07584fd81553b84a543eebb8a86f /lib/LXRng/Markup/File.pm | |
| parent | 31ad80f533166802520e018d0511c2f18b15db71 (diff) | |
Change line number layout and caching mechanism.
Diffstat (limited to 'lib/LXRng/Markup/File.pm')
| -rw-r--r-- | lib/LXRng/Markup/File.pm | 6 |
1 files changed, 3 insertions, 3 deletions
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{</span>$nl<li>}. - qq{<a href="$name#L$line" class="line"><span></span></a>}. - qq{<a id="L$line" name="L$line"></a><span class="line">}; + return qq{$nl}. + qq{<a href="$name#L$line" class="line">$line</a>}. + qq{<a id="L$line" name="L$line"></a>}; } } |
