]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix this place also: allow more than one link per line.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 28 Jun 2000 09:06:22 +0000 (09:06 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 28 Jun 2000 09:06:22 +0000 (09:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@3098 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/auto/scripts/validate-xrefs.pl

index 256feb8b7d79589f48626560b3893d37679a0594..fa3f35be6b3c4ffb346d446c83db2fe2511833cb 100644 (file)
@@ -59,7 +59,7 @@ foreach $filename (@ARGV) {
                open IN2, $external_file;
                $found = 0;
                while ( <IN2> ) {
-                   if ( /<a name=\"?(.*?)[\s\"]/i ) {
+                   while ( /<a name=\"?(.*?)[\s\"]/gi ) {
                        if ( $1 eq $external_ref) {
                            print "                    found.\n" if $debug;
                            $found = 1;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.