From 04058413cc2649aa16f5bfe605270e8e5d4536f3 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <gohr@cosmocode.de>
Date: Wed, 14 Mar 2012 10:40:25 +0100
Subject: [PATCH] add missing table tags for HTML diff mails

---
 inc/common.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inc/common.php b/inc/common.php
index 79646eadc..d19147387 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;
-- 
GitLab