Revision: 9664
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9664&view=rev
Author:   dnaber
Date:     2013-03-10 19:09:28 +0000 (Sun, 10 Mar 2013)
Log Message:
-----------
remove "ENT_HTML401" as it requires PHP 5.4.0 or later, and it seems to work 
without

Modified Paths:
--------------
    trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/server/proxy.php

Modified: 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/server/proxy.php
===================================================================
--- 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/server/proxy.php    
    2013-03-10 18:38:01 UTC (rev 9663)
+++ 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/server/proxy.php    
    2013-03-10 19:09:28 UTC (rev 9664)
@@ -4,7 +4,7 @@
 error_reporting(E_ALL);
 if ($_SERVER['REQUEST_METHOD'] === 'POST') {
   $postText = trim(file_get_contents('php://input'));
-  $postText = html_entity_decode($postText, ENT_COMPAT | ENT_HTML401, "UTF-8");
+  $postText = html_entity_decode($postText, ENT_COMPAT, "UTF-8");
   
   $curl = curl_init();
   curl_setopt($curl, CURLOPT_URL, "https://languagetool.org";);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to