diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 7092d6683b..7d15cfff07 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -152,7 +152,7 @@
[Fix] Properly paginate unapproved posts in the MCP. (Bug #56285)
[Fix] Do not duplicate previous/next links in pagination text of moderator logs and user notes in MCP for subsilver2. (Bug #55045)
[Fix] Do not automatically unsubscribe users from topics, when email and jabber is disabled.
- [Fix] Don't send activation email when user tries to change email without permission (fix by nrohler). (Bug #56335)
+ [Fix] Don't send activation email when user tries to change email without permission. (Bug #56335 - Fix by nrohler)
[Fix] Replace hard coded "px" with translated language-string. (Bug #52495)
[Fix] Correctly hover list menu in UCP and MCP for RTL languages. (Bug #49945)
[Fix] Correctly orientate quoted text image on RTL languages. (Bug #33745)
@@ -165,7 +165,7 @@
[Fix] Do not store email templates in database. (Bug #54505)
[Fix] Fix javascript bug in the smilies ACP. (Bug #55725)
[Fix] Unify BBCode Selection across browsers. (Bug #38765)
- [Fix] Allow convertors to read in configuration from files. (Bug #57265) (patch by Dicky)
+ [Fix] Allow convertors to read in configuration from files. (Bug #57265 - Patch by Dicky)
[Fix] Fix problems with firebird by no longer using 'count' as a column alias. (Bug #57455)
[Change] Move redirect into a hidden field to avoid issues with mod_security. (Bug #54145)
[Change] Log activation through inactive users ACP. (Bug #30145)