diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f56b7e28c8..58f67a87fa 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -150,6 +150,7 @@
  • [Fix] Disable word-censor option in UCP lacks the config-setting (Bug #47575 - Patch by 00mohgta7)
  • [Fix] Fix database updater and db tools to support multiple column changes/additions/removals with SQLite
  • [Fix] Correctly detect GZIP status in debug mode. (Bug #24075 - Patch by rxu)
  • +
  • [Fix] Posting smilies in view more smilies now work again in IE (Bug #46025 - Patch by leviatan21)
  • [Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • [Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
  • [Change] Template engine now permits to a limited extent variable includes.
  • diff --git a/phpBB/styles/prosilver/template/posting_smilies.html b/phpBB/styles/prosilver/template/posting_smilies.html index dd0963baf5..1c44fd5f11 100644 --- a/phpBB/styles/prosilver/template/posting_smilies.html +++ b/phpBB/styles/prosilver/template/posting_smilies.html @@ -12,7 +12,7 @@
    - {smiley.SMILEY_CODE} + {smiley.SMILEY_CODE}
    diff --git a/phpBB/styles/subsilver2/template/posting_smilies.html b/phpBB/styles/subsilver2/template/posting_smilies.html index a6f35bf2b7..3c57cb132f 100644 --- a/phpBB/styles/subsilver2/template/posting_smilies.html +++ b/phpBB/styles/subsilver2/template/posting_smilies.html @@ -16,7 +16,7 @@ {L_SMILIES} - {smiley.SMILEY_CODE}
    {L_CLOSE_WINDOW} + {smiley.SMILEY_CODE}
    {L_CLOSE_WINDOW}