diff --git a/phpBB/adm/style/acp_ext_actions.html b/phpBB/adm/style/acp_ext_actions.html
index b9c2febbe5..6f2341f381 100644
--- a/phpBB/adm/style/acp_ext_actions.html
+++ b/phpBB/adm/style/acp_ext_actions.html
@@ -1,6 +1,6 @@
{% for action in enabled.actions %}
-{{ action.L_ACTION }}{% if not action.S_LAST_ROW %} | {% endif %}
+{{ action.L_ACTION }}{% if not action.S_LAST_ROW %} | {% endif %}
{% endfor %}
{% for action in disabled.actions %}
-{{ action.L_ACTION }}{% if not action.S_LAST_ROW %} | {% endif %}
+{{ action.L_ACTION }}{% if not action.S_LAST_ROW %} | {% endif %}
{% endfor %}
\ No newline at end of file
diff --git a/phpBB/adm/style/admin.js b/phpBB/adm/style/admin.js
index b7c25b7c86..5fdd07356c 100644
--- a/phpBB/adm/style/admin.js
+++ b/phpBB/adm/style/admin.js
@@ -258,7 +258,7 @@ function set_actions(container, actions) {
// ajaxify this action as well
phpbb.ajaxify({
selector: a,
- refresh: false,
+ refresh: true,
callback: actions[i].ACTION_AJAX
});