From: wolf Date: Tue, 19 Sep 2000 09:32:40 +0000 (+0000) Subject: Fix the bug that accounted for most of the xrong xlinks. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7375a7813c3b06a772f603565c2ee8e9f1196410;p=dealii-svn.git Fix the bug that accounted for most of the xrong xlinks. git-svn-id: https://svn.dealii.org/trunk@3336 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/auto/scripts/cvs2html b/deal.II/doc/auto/scripts/cvs2html index ccf53710a4..518bd57403 100644 --- a/deal.II/doc/auto/scripts/cvs2html +++ b/deal.II/doc/auto/scripts/cvs2html @@ -891,8 +891,8 @@ for ($dd=0;$dd<=$#alldirs;$dd++) else { $showdir = ".. Parent Dir"; - $up = dirname ($currentdir) . "\n"; - if ($up eq ".\n") + $up = dirname ($currentdir); + if ($up eq ".") { $refname = "/"; }