diff --git a/templates/wiki/pageversions.php b/templates/wiki/pageversions.php
index 5ea197db64702ebb8a345ba155284eec39d820cf..1cc1313d4b832641c29ad2eb9a409cae4dc65e1a 100644
--- a/templates/wiki/pageversions.php
+++ b/templates/wiki/pageversions.php
@@ -52,7 +52,7 @@
             </tr>
         <? endforeach ?>
     </tbody>
-
+    <? if ($GLOBALS['perm']->have_studip_perm('tutor', Context::getId()) && keywordExists($keyword)) :?>
     <tfoot>
         <tr>
             <td colspan="3">
@@ -64,4 +64,5 @@
             </td>
         </tr>
     </tfoot>
+    <? endif ?>
 </table>