From 937c6e3fc59dbf63bbe31b9dcd4b03cd5ae5e3b7 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Sun, 24 May 2009 18:44:42 +0000 Subject: ChangeLogTag: Sun May 24 18:43:56 UTC 2009 Chad Elliott --- devtools/document_template.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'devtools') diff --git a/devtools/document_template.pl b/devtools/document_template.pl index 277a5b37..bd143511 100755 --- a/devtools/document_template.pl +++ b/devtools/document_template.pl @@ -118,6 +118,11 @@ sub display_template { $def .= StringProcessor::process_special(undef, $ikey); } } + + ## Convert < and > to html friendly codes + $desc =~ s//>/g; + print $fh " \n", " $key\n", " ", (defined $def ? $def : ' '), "\n", -- cgit v1.2.1