html encode preference description

agranig/1_0_subfix
Gerhard Jungwirth 13 years ago
parent 257a8bfc0a
commit 5d6374f153

@ -4,7 +4,6 @@ use HTML::FormHandler::Moose;
use Moose;
extends 'HTML::FormHandler';
use Moose::Util::TypeConstraints;
use HTML::Entities qw/encode_entities/;
use HTML::FormHandler::Widget::Block::Bootstrap;

@ -24,7 +24,7 @@
<tr class="sw_action_row">
<td>
<a href="#" onclick="$.msgbox(
'[% r.description %]',
'[% r.description | html %]',
{
type:'info',
buttons:[

Loading…
Cancel
Save