diff --git a/inc/common.php b/inc/common.php
index 79646eadcb0a7831d0216c86b8cd24ef5175f3e6..d19147387589ae64e726c7204ca5947488e97d7f 100644
--- a/inc/common.php
+++ b/inc/common.php
@@ -1136,6 +1136,7 @@ function notify($id,$who,$rev='',$summary='',$minor=false,$replace=array()){
         $DIFF_INLINESTYLES = true;
         $dformat         = new InlineDiffFormatter();
         $hdiff           = $dformat->format($df);
+        $hdiff           = '<table>'.$hdiff.'</table>';
         $DIFF_INLINESTYLES = false;
     }else{
         $subject         = $lang['mail_newpage'].' '.$id;