From: joey Date: Mon, 28 May 2007 19:08:59 +0000 (+0000) Subject: didn't mean to make this change (yet) X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/commitdiff_plain/8fc13829491c4a3ec3d8e174fd96687e111da251?ds=sidebyside didn't mean to make this change (yet) --- diff --git a/IkiWiki/Plugin/meta.pm b/IkiWiki/Plugin/meta.pm index d04bc1d51..18e28a196 100644 --- a/IkiWiki/Plugin/meta.pm +++ b/IkiWiki/Plugin/meta.pm @@ -65,7 +65,7 @@ sub preprocess (@) { #{{{ } } elsif ($key eq 'title') { - $title{$page}=$value; + $title{$page}=encode_entities($value); } elsif ($key eq 'permalink') { $permalink{$page}=$value;