[Rt-commit] rt branch, 4.2/autocomplete-links, updated. rt-4.1.13-28-g6945ea6

? sunnavy sunnavy at bestpractical.com
Mon Jun 17 12:36:15 EDT 2013


The branch, 4.2/autocomplete-links has been updated
       via  6945ea646d68bac612a1b1a16b62df5a8fd86ee6 (commit)
      from  1b1fc4235139bc25a6d1ea1a90792715323ea440 (commit)

Summary of changes:
 share/html/Helpers/Autocomplete/Tickets | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 6945ea646d68bac612a1b1a16b62df5a8fd86ee6
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Jun 18 00:15:42 2013 +0800

    use consistent content_type as other autocomplete items

diff --git a/share/html/Helpers/Autocomplete/Tickets b/share/html/Helpers/Autocomplete/Tickets
index 5e463c5..05af045 100644
--- a/share/html/Helpers/Autocomplete/Tickets
+++ b/share/html/Helpers/Autocomplete/Tickets
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %#
 %# END BPS TAGGED BLOCK }}}
-% $r->content_type('application/json');
+% $r->content_type('application/json; charset=utf-8');
 <% JSON::to_json( \@suggestions ) |n %>
 % $m->abort;
 <%ARGS>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list