diff --git a/protected/humhub/docs/CHANGELOG.md b/protected/humhub/docs/CHANGELOG.md index 4ca13d6de5..3d7dec030d 100644 --- a/protected/humhub/docs/CHANGELOG.md +++ b/protected/humhub/docs/CHANGELOG.md @@ -3,6 +3,7 @@ HumHub Change Log 1.2.1 (in developement) - Fix: Invite error in french language - Fix #2518: ActivityStreamWidget::EVENT_INIT is missed (githubjeka) +- Enh: Fixed accessibility issues in Dashboard/Login/Profile 1.2.0 (April 16, 2017) -------------------------------- diff --git a/protected/humhub/modules/comment/widgets/views/showComment.php b/protected/humhub/modules/comment/widgets/views/showComment.php index 4823a237f8..fa976fa4f5 100644 --- a/protected/humhub/modules/comment/widgets/views/showComment.php +++ b/protected/humhub/modules/comment/widgets/views/showComment.php @@ -15,7 +15,9 @@ use humhub\modules\like\widgets\LikeLink;