From 74be682426b14315084f363bc90ddd9f3a3928c2 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 28 Sep 2000 09:55:01 +0000 Subject: [PATCH] Ugh, forgot to escape quotes. git-svn-id: https://svn.dealii.org/trunk@3357 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/kdoc/src/kdocHTMLutil.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/contrib/kdoc/src/kdocHTMLutil.pm b/deal.II/contrib/kdoc/src/kdocHTMLutil.pm index 9e1483f549..f1fdfe798e 100644 --- a/deal.II/contrib/kdoc/src/kdocHTMLutil.pm +++ b/deal.II/contrib/kdoc/src/kdocHTMLutil.pm @@ -653,7 +653,7 @@ sub deref # @url -- crosslink into the web. present the crosslink in # the whole window, rather than in the present frame (i.e. "_top") elsif ( $command eq "url" ) { - $out .= "$content"; + $out .= "$content"; } # @begin{...} -- start environment -- 2.39.5