Skip to content
Snippets Groups Projects
Commit 4d5050ea authored by runemaster's avatar runemaster
Browse files

Moved <pre> tag from msg.ssjs to msg.inc.

parent 1cac16ad
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ if(msg.type=="plain") {
template.body=word_wrap(template.body,79);
template.body=html_encode(template.body,true,false,false,false);
}
template.body="<PRE>"+template.body+"</PRE>";
}
if(msg.attachments!=undefined) {
template.attachments=new Object;
......
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