From 18d6fe0e3a523415338dee8932b247d9299cf19d Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 9 Jul 2009 08:08:08 +0000 Subject: [PATCH] Posting smilies in view more smilies now work again in IE (Bug #46025 - Patch by leviatan21) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9740 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + phpBB/styles/prosilver/template/posting_smilies.html | 2 +- phpBB/styles/subsilver2/template/posting_smilies.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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}