diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 19:45:01 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 19:45:01 -0800 |
commit | a863f6dc3cb00b50c497f836af7255d8999be455 (patch) | |
tree | f72e6c830a39dc73cc1916cac2d1bb9069336b6c /httemplate | |
parent | 261197360f2d28579d59252eb4c249182ac383fa (diff) |
link to ticket, RT#34237
Diffstat (limited to 'httemplate')
-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 }; |