summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorikelley <ikelley@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-29 12:29:11 +0000
committerikelley <ikelley@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-29 12:29:11 +0000
commit027d083832aeff4ef624145a19490cdd2e8bb57c (patch)
treed11c7059727d66dde3b8f684ee00187f806a4c4d /lib
parent6e67f4ecd0adbb4bb26dedc6c8e36be675c9cd84 (diff)
cleaning configuration name on title page
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2987 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/ThornGuide.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sbin/ThornGuide.pl b/lib/sbin/ThornGuide.pl
index 4a900dab..840151ad 100644
--- a/lib/sbin/ThornGuide.pl
+++ b/lib/sbin/ThornGuide.pl
@@ -77,7 +77,9 @@ $tocdepth = 1 if (! defined $tocdepth);
my $configname = "";
if ($outfile =~ /ThornGuide\-?(.*?)\.tex/) {
- $configname = ": $1";
+ $configname = $1;
+ $configname = ThornUtils::CleanForLatex($configname);
+ $configname = ": $configname";
}
# get the date for printing out on the first page of the documentation