2010-11-11 Junichi Satoh <junichi@rworks.jp>

* godmode/setup/gis_step_2.php: Added UTF-8 charset to htmlentities().



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3571 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2010-11-11 01:26:38 +00:00
parent d981d7e40a
commit 9e1a220245
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-11-11 Junichi Satoh <junichi@rworks.jp>
* godmode/setup/gis_step_2.php: Added UTF-8 charset to htmlentities().
2010-11-10 Sancho Lerena <slerena@artica.es>
* pandoradb_data.sql,

View File

@ -206,7 +206,7 @@ if ($mapConnectionData != null) {
// Open Street Map Connection
$optionsConnectionOSMTable = '<table class="databox" border="0" cellpadding="4" cellspacing="4" width="50%">' .
'<tr class="row_0">' .
'<td>' . htmlentities(__("Tile Server URL"), ENT_QUOTES) . ':</td>' .
'<td>' . htmlentities(__("Tile Server URL"), ENT_QUOTES, "UTF-8") . ':</td>' .
'<td><input id="type" type="hidden" name="type" value="OSM" />' . print_input_text ('url', $mapConnectionDataUrl, '', 45, 90, true) . '</td>' .
'</tr>' .
'</table>';