Skip to content
Snippets Groups Projects
Commit 04058413 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

add missing table tags for HTML diff mails

parent 6e87cfd3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment