b=320156
- decode utf8 for previews git-svn-id: svn://10.0.0.236/trunk@239068 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f2e3294ccd
commit
5622977163
@ -45,7 +45,9 @@ my $vars = {
|
||||
};
|
||||
|
||||
if ($c->param("preview")) {
|
||||
$vars->{'text_to_preview'} = $c->param("preview");
|
||||
my $preview_text = $c->param("preview");
|
||||
utf8::decode($preview_text);
|
||||
$vars->{'text_to_preview'} = $preview_text;
|
||||
}
|
||||
|
||||
my $cookie = Litmus::Auth::getCookie();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user