mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix #4140: Profile field hint is double encoded
This commit is contained in:
parent
c577f5d187
commit
c19769b1cd
@ -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;
|
||||
|
@ -6,6 +6,7 @@ HumHub Change Log
|
||||
- Fix #4168: Erroneous pagination in notification overview
|
||||
- Fix #4060: Profile description and text regex error message not translatable
|
||||
- Fix #4153: Administration: Email transport configuration 'Save & Test' Gives No Result
|
||||
- Fix #4140: Profile field hint is double encoded
|
||||
|
||||
1.5.2 (May 20, 2020)
|
||||
--------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user