diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-15 06:03:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-15 06:03:03 +0000 |
commit | 5e84e377216c791b777d4fcb92ee3fd869893367 (patch) | |
tree | f42dd119e7e93951bd3808fd15a19accf2c0c55e /ikiwiki | |
parent | 7f6610f249128b07c5e88cab87feb0d51266b07d (diff) |
escape html from commit logs
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -525,7 +525,7 @@ sub rcs_recentchanges ($) { #{{{ @pages=@message=(); } elsif ($state eq 'body') { - push @message, {line => $_}, + push @message, {line => escapeHTML($_)}, } } } |