diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html
index ccf38e49b8..a376884507 100644
--- a/phpBB/adm/style/overall_header.html
+++ b/phpBB/adm/style/overall_header.html
@@ -194,21 +194,27 @@ function switch_menu()
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index c8bff5a177..fd2d1496dc 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -93,7 +93,7 @@
[Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)
[Fix] Show report button in prosilver for guests who are allowed to report posts. (Bug #45695 - Patch by bantu)
[Fix] Correctly show private message history (Bug #46065 - Patch by bantu)
- [Fix] Various XHTML mistakes in prosilver and subsilver2. (Bugs #38555, #45505 - Patch by Raimon, #45785, #45865)
+ [Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #25545 - Patch by bantu, #26315, #38555, #45505 - Patch by Raimon, #45785, #45865)
[Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)
[Fix] Show error in the ACP when template folder is not readable. (Bug #45705 - Patch by bantu)
[Fix] Adjust viewonline filename regular expression to be less strict. (Bug #46215 - Patch by bantu)
diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html
index 23f87d6bbe..8f2e1734a4 100644
--- a/phpBB/styles/prosilver/template/memberlist_view.html
+++ b/phpBB/styles/prosilver/template/memberlist_view.html
@@ -66,7 +66,7 @@
{L_AIM}: {L_SEND_AIM_MESSAGE}{USER_AIM}
{L_ICQ}: {L_SEND_ICQ_MESSAGE}{USER_ICQ}
{L_JABBER}: {L_SEND_JABBER_MESSAGE}{L_JABBER}: {USER_JABBER}
-
+
{postrow.PROFILE_FIELD1_NAME}: {postrow.PROFILE_FIELD1_VALUE}
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index c0f553dfee..d1bf5fb20a 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -164,9 +164,8 @@