Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1f26347
)
need to import escapeHTML
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 6 Sep 2006 20:03:59 +0000
(20:03 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 6 Sep 2006 20:03:59 +0000
(20:03 +0000)
IkiWiki/CGI.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/CGI.pm
b/IkiWiki/CGI.pm
index be06db49c8d14294a3c2881c1b97f5771ba8aa7f..eb89752ec2084a03e522c6f94c3001e07af0e925 100644
(file)
--- a/
IkiWiki/CGI.pm
+++ b/
IkiWiki/CGI.pm
@@
-77,6
+77,7
@@
sub cgi_recentchanges ($) { #{{{
memoize("htmllink");
eval q{use Time::Duration};
+ eval q{use CGI 'escapeHTML'};
my $changelog=[rcs_recentchanges(100)];
foreach my $change (@$changelog) {