Bug fix: put utf-8
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@281 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
0d725d32c3
commit
db61f33eee
2 changed files with 1 additions and 2 deletions
|
@ -22,7 +22,6 @@ $bookmarks =& $bookmarkservice->getBookmarks(0, NULL, $userservice->getCurrentUs
|
||||||
|
|
||||||
|
|
||||||
// Set up the XML file and output all the posts.
|
// Set up the XML file and output all the posts.
|
||||||
header('Content-Type: text/html');
|
|
||||||
echo '<!DOCTYPE NETSCAPE-Bookmark-file-1>'."\r\n";
|
echo '<!DOCTYPE NETSCAPE-Bookmark-file-1>'."\r\n";
|
||||||
echo '<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">';
|
echo '<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">';
|
||||||
echo '<!-- This is an automatically generated file. -->'."\r\n";
|
echo '<!-- This is an automatically generated file. -->'."\r\n";
|
||||||
|
|
Loading…
Reference in a new issue