]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Escape error messages in filenames.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 19 Sep 2000 08:45:45 +0000 (08:45 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 19 Sep 2000 08:45:45 +0000 (08:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@3335 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/auto/scripts/cvs2html

index 72b7239d6c933b7dc198828a18ee440788e322be..ccf53710a4edfedaf43beb606917c9ee7260c914 100644 (file)
@@ -1186,7 +1186,7 @@ for ($dd=0;$dd<=$#alldirs;$dd++)
       }
       else
       {
-        $revnumber = "<Error in revnumber>";
+        $revnumber = "[Error_in_revnumber]";
       }
 
       $line = getnextline;
@@ -1197,7 +1197,7 @@ for ($dd=0;$dd<=$#alldirs;$dd++)
       }
       else
       {
-        $revdate = "<Error in revdate>";
+        $revdate = "[Error_in_revdate]";
       }
 
       if ($line =~ /author: ([a-zA-Z]*);/)
@@ -1206,7 +1206,7 @@ for ($dd=0;$dd<=$#alldirs;$dd++)
       }
       else
       {
-        $author = "<Error in author>";
+        $author = "[Error_in_author]";
       }
 
       if ($line =~ /lines: ([+\-0-9 ]*)$/)

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.