I found a small issue in the 2.7 Admin, that is easy to fix.

Open the template admin/group_topics.tpl

At the bottom look after
PHP Code:
<div class="margin-tb-1em">
 
$link}
</
div
And replace it with
PHP Code:
<div class="margin-tb-1em">
 {
$link}
</
div