diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 19:45:01 -0800 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-02-03 17:48:42 -0600 |
commit | 9c11fac3f8d3f31306de62185f623b7afb6e94ee (patch) | |
tree | dcf735d56e8f3e3e7c3b3231d4e33f0496aee988 /httemplate/misc | |
parent | 8ed14c4f01f47c35a4a21e2daa6e642d51a7270c (diff) |
link to ticket, RT#34237
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/xmlhttp-ticket-update.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/xmlhttp-ticket-update.html b/httemplate/misc/xmlhttp-ticket-update.html index 46ed5bbad..bd58b95c6 100644 --- a/httemplate/misc/xmlhttp-ticket-update.html +++ b/httemplate/misc/xmlhttp-ticket-update.html @@ -50,7 +50,7 @@ if ( $ticket ) { 'sched_label' => FS::sched_avail::pretty_time($sh*60+$sm). '-'. FS::sched_avail::pretty_time($eh*60+$em). ': '. - $cust_main[0]->_FreesideURILabel, + encode_entities($cust_main[0]->_FreesideURILabel), }; } else { $return = { 'error' => $smsg }; |