From eeec72d87cde310a85209adaa4ec254bab01358d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 19 Sep 2000 09:32:40 +0000 Subject: [PATCH] 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 --- deal.II/doc/auto/scripts/cvs2html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = "/"; } -- 2.39.5