From aecacf358a555048edad9da06b8335d73e0b7be6 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 22 Mar 2001 17:04:00 +0000 Subject: [PATCH] Take over fixes from the main branch (1.4->1.6). git-svn-id: https://svn.dealii.org/branches/Branch-3-1@4261 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/chapter-2.step-by-step/program2html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/program2html b/deal.II/doc/tutorial/chapter-2.step-by-step/program2html index 2ab49e6a67..40feee80e4 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/program2html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/program2html @@ -1,11 +1,11 @@ -# Copyright (C) 1999, 2000 by Wolfgang Bangerth, Univerisity of Heidelberg.de +# Copyright (C) 1999, 2000, 2001 by Wolfgang Bangerth, Univerisity of Heidelberg.de print "\n"; print "

The commented program

\n"; -# ignore the first few lines +# ignore cvs tag $_ = <>; -while ( m!^//\*\s*\$Id$!) { +while ( m!^/[/\*]+\s*.Id:!) { $_ = <>; } @@ -19,7 +19,7 @@ print "

\n"; while (<>) { # ignore cvs tag - next if m!^//\*\s*\$Id:!; + next if m!^/[/\*]+\s*.Id:!; # substitute special characters s/&/&/g; -- 2.39.5