[Rt-commit] [rtir] 01/04: EscapeUTF8 was deprecated in 4.2, replace with EscapeHTML

Kevin Falcone falcone at bestpractical.com
Mon Apr 14 12:59:13 EDT 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch 3.2/deprecated-warnings
in repository rtir.

commit d88a7a539338090fe17dd55f01e2ffe137609712
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Mon Apr 14 10:57:34 2014 -0400

    EscapeUTF8 was deprecated in 4.2, replace with EscapeHTML
---
 html/Callbacks/RTIR/Elements/MakeClicky/Default | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/Callbacks/RTIR/Elements/MakeClicky/Default b/html/Callbacks/RTIR/Elements/MakeClicky/Default
index d59481e..2364c8e 100644
--- a/html/Callbacks/RTIR/Elements/MakeClicky/Default
+++ b/html/Callbacks/RTIR/Elements/MakeClicky/Default
@@ -51,7 +51,7 @@ use URI::URL;
 
 my $escaper = sub {
     my $content = shift;
-    RT::Interface::Web::EscapeUTF8( \$content );
+    RT::Interface::Web::EscapeHTML( \$content );
     return $content;
 };
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list