mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Merge pull request #4205 from humhub/fix/4140
Fix #4140: Profile field hint is double encoded
This commit is contained in:
commit
18f9f3e21e
@ -343,7 +343,7 @@ class HForm extends \yii\base\Component
|
||||
}
|
||||
|
||||
if(!empty($definition['hint']) && $field instanceof ActiveField) {
|
||||
$field->hint(Html::encode($definition['hint']));
|
||||
$field->hint(Html::encode($definition['hint'], false));
|
||||
}
|
||||
|
||||
return $field;
|
||||
|
@ -7,6 +7,7 @@ HumHub Change Log
|
||||
- Fix #4060: Profile description and text regex error message not translatable
|
||||
- Fix #4153: Administration: Email transport configuration 'Save & Test' Gives No Result
|
||||
- Fix #4187: Use of invalid LivePushAsset namespace
|
||||
- Fix #4140: Profile field hint is double encoded
|
||||
|
||||
1.5.2 (May 20, 2020)
|
||||
--------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user