projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee7f41f
)
elimiate warnings about RT method changing from EscapeUTF8 to EscapeHTML, RT#13852
author
Ivan Kohler
<ivan@freeside.biz>
Sat, 11 Jul 2015 01:38:53 +0000
(18:38 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Sat, 11 Jul 2015 01:38:53 +0000
(18:38 -0700)
FS/FS/Mason.pm
patch
|
blob
|
history
diff --git
a/FS/FS/Mason.pm
b/FS/FS/Mason.pm
index
297d591
..
ff57b43
100644
(file)
--- a/
FS/FS/Mason.pm
+++ b/
FS/FS/Mason.pm
@@
-646,7
+646,8
@@
sub mason_interps {
[ 'rt' => '%%%FREESIDE_DOCUMENT_ROOT%%%/rt' ],
[ 'freeside' => '%%%FREESIDE_DOCUMENT_ROOT%%%' ],
],
- escape_flags => { 'h' => \&RT::Interface::Web::EscapeUTF8,
+ escape_flags => { 'h' => \&RT::Interface::Web::EscapeHTML,
+ #u and j aren't used anymore? :/
'u' => \&RT::Interface::Web::EscapeURI,
'j' => \&RT::Interface::Web::EscapeJS,
'js_string' => $js_string_sub,