diff --git a/inc/template.php b/inc/template.php
index 17b57c23ffd3ba2323a2cf63f06d939ae5276aa6..ea35f45265ca8973d040fa314f8aae78775f4af6 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -559,6 +559,7 @@ function tpl_button($type,$return=false){
     case 'backlink':
       if(actionOK('backlink'))
         $out .= html_btn('backlink',$ID,'',array('do' => 'backlink'));
+      break;
     case 'profile':
       if($conf['useacl'] && $_SERVER['REMOTE_USER'] && $auth &&
           $auth->canDo('Profile') && ($ACT!='profile')){