diff --git a/db_structure.php b/db_structure.php index eba2b5e1e7..e848ad641e 100644 --- a/db_structure.php +++ b/db_structure.php @@ -28,7 +28,7 @@ if ((!empty($_POST['submit_mult']) && isset($_POST['selected_tbl'])) || isset($_POST['mult_btn']) ) { $action = 'db_structure.php'; - $err_url = 'db_structure.php?'. PMA_URL_getCommon($db); + $err_url = 'db_structure.php?' . PMA_URL_getCommon($db); // see bug #2794840; in this case, code path is: // db_structure.php -> libraries/mult_submits.inc.php -> sql.php diff --git a/db_tracking.php b/db_tracking.php index 2615315594..98512651f7 100644 --- a/db_tracking.php +++ b/db_tracking.php @@ -218,7 +218,7 @@ if (isset($my_tables)) { foreach ($my_tables as $key => $tablename) { if (PMA_Tracker::getVersion($GLOBALS['db'], $tablename) == -1) { $my_link = ''; + . '&table=' . htmlspecialchars($tablename) . '">'; $my_link .= PMA_Util::getIcon('eye.png', __('Track table')); $my_link .= ''; ?> diff --git a/gis_data_editor.php b/gis_data_editor.php index 844a8a064c..17d0eac747 100644 --- a/gis_data_editor.php +++ b/gis_data_editor.php @@ -240,7 +240,7 @@ for ($a = 0; $a < $geom_count; $a++) { echo ''; echo ''; + . ' value="' . escape($gis_data[$a][$type][$i]['y']) . '" />'; } echo ' 0 || count($cfg['Servers']) > 1 echo '
' . "\n"; @@ -5487,7 +5487,7 @@ class PMA_DisplayResults $size = strlen($content); $display_size = PMA_Util::formatByteDown($size, 3, 1); - $result .= ' - '. $display_size[0] . ' ' . $display_size[1]; + $result .= ' - ' . $display_size[0] . ' ' . $display_size[1]; } else { @@ -5743,7 +5743,7 @@ class PMA_DisplayResults ); $result .= ''; + . PMA_URL_getCommon($_url_params_for_show_data_row) . '" />'; } diff --git a/libraries/Footer.class.php b/libraries/Footer.class.php index e22b365ad8..06e394dd27 100644 --- a/libraries/Footer.class.php +++ b/libraries/Footer.class.php @@ -73,7 +73,7 @@ class PMA_Footer $message .= sprintf( __('Currently running Git revision %1$s from the %2$s branch.'), '' - . $revision .'', + . $revision . '', '' . $branch . '' ); diff --git a/libraries/StorageEngine.class.php b/libraries/StorageEngine.class.php index 54f8e446b7..934fbe5259 100644 --- a/libraries/StorageEngine.class.php +++ b/libraries/StorageEngine.class.php @@ -148,7 +148,7 @@ class PMA_StorageEngine continue; } - $output .= '