summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/common.php1
1 files changed, 1 insertions, 0 deletions
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;