summaryrefslogtreecommitdiff
path: root/lib/make/new_thorn.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-30 20:04:37 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-12-30 20:04:37 +0000
commit5aef6b4b45f6b4d6ab4cc575c5bc61d1745c2734 (patch)
tree253a39f50eb7bc6c8279e70f05ab418c78592338 /lib/make/new_thorn.pl
parentde1e497fcd07108c9970f7cf7df810d8b314a6b3 (diff)
Use \textless etc instead of $<$
From Cactus/1344 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3061 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/new_thorn.pl')
-rwxr-xr-xlib/make/new_thorn.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/new_thorn.pl b/lib/make/new_thorn.pl
index b08948d2..b635cfb6 100755
--- a/lib/make/new_thorn.pl
+++ b/lib/make/new_thorn.pl
@@ -147,7 +147,7 @@ while (<IN>) {
if ($i ne 0) {
print OUT " \\\\ ";
}
- print OUT "$author_names[$i] \$<\$$author_emails[$i]\$>\$";
+ print OUT "$author_names[$i] \\textless $author_emails[$i]\\textgreater";
}
print OUT "\}\n";
} elsif (/^\\date\{\s*?\}/) {