diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 37409f6e71..8d822a4194 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -135,6 +135,7 @@
[Change] Log the forum name that topics are moved into.
[Change] Automatically add users/groups to the PM recipient list, if entered or selected.
[Change] Reply to PM now includes all previous recipients and not only the original sender.
+ [Change] Make topic selection for merge less confusing by removing unneeded controls. (Bug #21925)
[Feature] Allow limited inheritance for template sets.
[Feature] Allow hard disabling of the template editor.
diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html
index ceb10f4b76..abca202c73 100644
--- a/phpBB/styles/prosilver/template/mcp_forum.html
+++ b/phpBB/styles/prosilver/template/mcp_forum.html
@@ -26,7 +26,7 @@
{L_TOPICS}
{L_REPLIES}
{L_LAST_POST}
- {L_MARK}
+ {L_MARK}
@@ -47,9 +47,11 @@
{topicrow.REPLIES} {L_REPLIES}
{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} {L_POSTED_ON_DATE}
{topicrow.LAST_POST_TIME}
+
checked="checked" />
+
@@ -83,6 +85,7 @@
diff --git a/phpBB/styles/subsilver2/template/mcp_forum.html b/phpBB/styles/subsilver2/template/mcp_forum.html
index 956d253aa6..80a6047858 100644
--- a/phpBB/styles/subsilver2/template/mcp_forum.html
+++ b/phpBB/styles/subsilver2/template/mcp_forum.html
@@ -44,7 +44,7 @@
{topicrow.REPLIES} |
{topicrow.LAST_POST_TIME} |
- checked="checked" />
+ checked="checked" />
|
@@ -52,6 +52,7 @@
{L_NO_TOPICS} |
+
|
+
{S_FORM_TOKEN}
+
+
\ No newline at end of file