diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index de7ad3b..79526ab 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,7 @@ Changelog 1.3.5 (Unreleased) ---------------------- - Fix #129: Fix memory usage on integrity check +- Fix #136: Fix wall stream horizontally scrollable 1.3.4 (November, 10, 2023) -------------------------- diff --git a/widgets/views/_answer.php b/widgets/views/_answer.php index 28485df..888ad2f 100644 --- a/widgets/views/_answer.php +++ b/widgets/views/_answer.php @@ -16,7 +16,7 @@ $voteText = Yii::t('PollsModule.base', '{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}', [ 'n' => $voteCount, 'htmlTagBegin' => '', - 'htmlTagEnd' => '' + 'htmlTagEnd' => '', ]); $userlist = ''; // variable for users output @@ -34,9 +34,9 @@ } } ?> -