From 6b6060e24fa93667f194751e0d88ca6e6578e130 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 14 Mar 2002 14:58:07 +0000 Subject: [PATCH] Remove whitespace before anchor ends too --- cvstools/untidy | 1 + 1 file changed, 1 insertion(+) diff --git a/cvstools/untidy b/cvstools/untidy index 9a132f286..196d58a30 100755 --- a/cvstools/untidy +++ b/cvstools/untidy @@ -20,6 +20,7 @@ if ($content eq '') { } $content =~ s/(]+>)\s+/$1/sg; +$content =~ s/\s+(<\/a>)/$1/sg; open (F, ">$filename"); print F $content; -- 2.40.0