diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 19:45:02 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 19:45:02 -0800 |
commit | 00fb90f744ceddb3b36bf2820b7279742cd3ae43 (patch) | |
tree | 834d18c27ac3508ab5e2ec1ebae2f6a5284a6a4a /httemplate/misc/xmlhttp-ticket-update.html | |
parent | bd2049875ec183b1568bc18474878ff17e56aebf (diff) |
link to ticket, RT#34237
Diffstat (limited to 'httemplate/misc/xmlhttp-ticket-update.html')
-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 }; |