Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-06-16 14:51:30 +0300
committerMichal Čihař <michal@cihar.com>2016-06-16 14:51:30 +0300
commit2f220218de8d91da1b033362b1b3a3e26968ad95 (patch)
tree5d21ef35a5ced165026fc6a6a87192ec7ba0d4cf /gis_data_editor.php
parent9348d0cb167a3621f9725e70bda7f8cd6b8f5b8f (diff)
parent69cfcc6abd90073543ecaf15d3a48d0a9a251b55 (diff)
Merge branch 'QA_4_6'
Diffstat (limited to 'gis_data_editor.php')
-rw-r--r--gis_data_editor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/gis_data_editor.php b/gis_data_editor.php
index d24577ddec..129d6bdff9 100644
--- a/gis_data_editor.php
+++ b/gis_data_editor.php
@@ -194,7 +194,7 @@ for ($a = 0; $a < $geom_count; $a++) {
printf(__('Geometry %d:'), $a + 1);
echo '<br/>';
if (isset($gis_data[$a]['gis_type'])) {
- $type = $gis_data[$a]['gis_type'];
+ $type = htmlspecialchars($gis_data[$a]['gis_type']);
} else {
$type = $gis_types[0];
}