Fix problem with quote
This commit is contained in:
parent
6521944fe7
commit
a3cb87f82f
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ class action
|
|||
$desc->heigh=250;
|
||||
$desc->name="ag_comment";
|
||||
$desc->readonly=$readonly;
|
||||
$desc->value=urldecode($this->ag_comment);
|
||||
$desc->value=FormatString(urldecode($this->ag_comment));
|
||||
|
||||
// state
|
||||
// Retrieve the value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue