summaryrefslogtreecommitdiff
path: root/FS/FS/msg_template
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-12-23 22:21:01 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-12-23 22:21:01 -0600
commit7ec6e27220e3fe82405c911a4c52b24070438328 (patch)
treebb581041e25e88f13a6fdddaa5a60600ff589d92 /FS/FS/msg_template
parent9dc878dba30e6d93ab914f0d2502f3527428b057 (diff)
RT#38217 Send email when logging conditions are met [fixed bad char in template]
Diffstat (limited to 'FS/FS/msg_template')
-rw-r--r--FS/FS/msg_template/InitialData.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/msg_template/InitialData.pm b/FS/FS/msg_template/InitialData.pm
index 29dd417d5..d502b3f0c 100644
--- a/FS/FS/msg_template/InitialData.pm
+++ b/FS/FS/msg_template/InitialData.pm
@@ -45,8 +45,8 @@ END
_upgrade_journal => 'system_log_email_template',
_insert_args => [ subject => '{ $company_name } system log',
body => <<'END',
-Level: {$loglevel}<BR>
-Context: {$logcontext}<BR>
+Level: {$loglevel}<BR>
+Context: {$logcontext}<BR>
<BR>
{$logmessage}<BR>