From: joey Date: Wed, 15 Mar 2006 06:03:03 +0000 (+0000) Subject: escape html from commit logs X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/5e84e377216c791b777d4fcb92ee3fd869893367 escape html from commit logs --- diff --git a/ikiwiki b/ikiwiki index dd4177800..1361b5b67 100755 --- a/ikiwiki +++ b/ikiwiki @@ -525,7 +525,7 @@ sub rcs_recentchanges ($) { #{{{ @pages=@message=(); } elsif ($state eq 'body') { - push @message, {line => $_}, + push @message, {line => escapeHTML($_)}, } } }