mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Cleanup: replaced remaining occurences of ISO-8859-1
SVN:trunk[966]
This commit is contained in:
@@ -31,7 +31,7 @@ class CSVPage extends WebPage
|
||||
function __construct($s_title)
|
||||
{
|
||||
parent::__construct($s_title);
|
||||
$this->add_header("Content-type: text/html; charset=iso-8859-1");
|
||||
$this->add_header("Content-type: text/html; charset=utf-8");
|
||||
$this->add_header("Cache-control: no-cache");
|
||||
}
|
||||
|
||||
|
||||
@@ -142,7 +142,7 @@ class iTopArchive
|
||||
|
||||
public function WriteCatalog()
|
||||
{
|
||||
$sXml = "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">\n"; // split the XML closing tag that disturbs PSPad's syntax coloring
|
||||
$sXml = "<?xml version=\"1.0\" encoding=\"utf-8\"?".">\n"; // split the XML closing tag that disturbs PSPad's syntax coloring
|
||||
$sXml .= "<archive version=\"1.0\">\n";
|
||||
$sXml .= "<title>{$this->m_sTitle}</title>\n";
|
||||
$sXml .= "<description>{$this->m_sDescription}</description>\n";
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<ShortName>iTop</ShortName>
|
||||
<Contact>webmaster@itop.com</Contact>
|
||||
<Description>Search in iTop</Description>
|
||||
<InputEncoding>ISO-8859-1</InputEncoding>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
<Url type="text/html" method="get" template="<?php echo $sFullUrl;?>?text={searchTerms}&operation=full_text"/>
|
||||
<moz:SearchForm><?php echo $sFullUrl;?></moz:SearchForm>
|
||||
<Image height="16" width="16" type="image/x-icon"><?php echo $sICOFullUrl;?></Image>
|
||||
|
||||
Reference in New Issue
Block a user