Date: Thu, 20 Sep 2007 02:50:06 GMT From: mmondor@pulsar-zone.net To: freebsd-www@FreeBSD.org Subject: Re: www/116479: cvsweb+enscript formatting bugfix Message-ID: <200709200250.l8K2o6xr081763@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR www/116479; it has been noted by GNATS. From: mmondor@pulsar-zone.net To: bug-followup@freebsd.org Cc: Subject: Re: www/116479: cvsweb+enscript formatting bugfix Date: Thu, 20 Sep 2007 02:41:20 +0000 (UTC) There was an error in the previous diff; the correct one: @@ -3815,7 +3815,7 @@ if ($linenumbers) { my $ln = 0; while (<ENSCRIPT_OUT>) { - printf '<a id="l%d" class="src">%5d: </a>', (++$ln) x 2; + printf qq{<a id="l%d" class="src">%5d:</a>\t}, (++$ln) x 2; print $_; } } else { -- Matthew Mondor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709200250.l8K2o6xr081763>