projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
685475b
)
need to use CGI in rcs_recentchanges to get escapeHTML
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 16 Mar 2006 22:01:33 +0000
(22:01 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 16 Mar 2006 22:01:33 +0000
(22:01 +0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index de7c60cc9d20c45fe3fe1a6b09c410f050beea79..fd9904e3daf9e6c682baf61f51239b7c2dc5d46e 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-489,6
+489,7
@@
sub rcs_recentchanges ($) { #{{{
my $num=shift;
my @ret;
+ eval q{use CGI 'escapeHTML'};
eval q{use Date::Parse};
eval q{use Time::Duration};