Interface Fix: correct utf8
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@239 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
24ab0f6487
commit
42af12957b
2 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
***************************************************************************/
|
||||
|
||||
header('Content-Type: text/html; charset=utf-8');
|
||||
|
||||
/* Return a json file with list of linked tags */
|
||||
|
||||
require_once('../header.inc.php');
|
||||
|
|
|
@ -19,6 +19,8 @@ along with this program; if not, write to the Free Software
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
***************************************************************************/
|
||||
|
||||
header('Content-Type: text/html; charset=utf-8');
|
||||
|
||||
/* Return a json file with list of tags according to current user and sort by popularity*/
|
||||
|
||||
require_once('../header.inc.php');
|
||||
|
|
Loading…
Reference in a new issue