summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2012-03-14 10:40:25 +0100
committerAndreas Gohr <gohr@cosmocode.de>2012-03-14 10:40:25 +0100
commit04058413cc2649aa16f5bfe605270e8e5d4536f3 (patch)
treea96e5e0795b3a3f54278b88ec803ab82702d86a1 /inc
parent6e87cfd37115039280bb5d88291d188c94b07a38 (diff)
downloadrpg-04058413cc2649aa16f5bfe605270e8e5d4536f3.tar.gz
rpg-04058413cc2649aa16f5bfe605270e8e5d4536f3.tar.bz2
add missing table tags for HTML diff mails
Diffstat (limited to 'inc')
-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;