more bugfixes
This commit is contained in:
parent
3ce8565a4f
commit
00ef183f72
2 changed files with 5 additions and 1 deletions
|
|
@ -10,6 +10,10 @@
|
|||
- bugfix [ 1031411 ] FileCache Problem since V6.2.x
|
||||
- Fixed a problem with HTTP codes being spewed into the page content on codes
|
||||
other than 200.
|
||||
- bugfix [ 1029485 ] Forum interpreting text as HTML, double interpreting
|
||||
HTML
|
||||
|
||||
|
||||
|
||||
6.2.3
|
||||
- Changed to new POD format.
|
||||
|
|
|
|||
|
|
@ -858,7 +858,7 @@ The default value for this form element.
|
|||
=cut
|
||||
|
||||
sub hidden {
|
||||
return '<input type="hidden" name="'.$_[0]->{name}.'" value="'._fixQuotes($_[0]->{value}).'">'."\n";
|
||||
return '<input type="hidden" name="'.$_[0]->{name}.'" value="'._fixQuotes(_fixSpecialCharacters($_[0]->{value})).'">'."\n";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue