* Fix utf-8 in blog post form.

master
joey 2006-08-20 20:45:55 +00:00
parent 894ae79699
commit 132e41500f
2 changed files with 3 additions and 2 deletions

View File

@ -614,7 +614,7 @@ sub cgi () { #{{{
cgi_prefs($q, $session);
}
elsif ($do eq 'blog') {
my $page=titlepage($q->param('title'));
my $page=titlepage(decode_utf8($q->param('title')));
# if the page already exists, munge it to be unique
my $from=$q->param('from');
my $add="";

3
debian/changelog vendored
View File

@ -16,8 +16,9 @@ ikiwiki (1.21) UNRELEASED; urgency=low
Talens-Oliag. Note that this has many known issues -- see the caveats on
the plugin's page.
* Credit everyone who wrote a plugin on the plugins' wiki pages.
* Fix utf-8 in blog post form.
-- Joey Hess <joeyh@debian.org> Sat, 19 Aug 2006 00:56:32 -0400
-- Joey Hess <joeyh@debian.org> Sun, 20 Aug 2006 16:40:51 -0400
ikiwiki (1.20) unstable; urgency=low