From a9ccbe902138447fd3d9f7bd0d08ad5c44459f79 Mon Sep 17 00:00:00 2001 From: Dennis1993 Date: Fri, 28 Feb 2014 18:45:16 +0100 Subject: [PATCH] No space between attributes Signed-off-by: Marvin Wegener --- libraries/structure.lib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/structure.lib.php b/libraries/structure.lib.php index aa14fc0403..36cac6ac4d 100644 --- a/libraries/structure.lib.php +++ b/libraries/structure.lib.php @@ -273,7 +273,7 @@ function PMA_getHtmlForCheckAllTables($pmaThemeImage, $text_dir, ) { $html_output = '
'; $html_output .= '' . __('With selected:') . ''; $html_output .= '' . '' . $formatted_size . ' ' . '' . $unit . '' @@ -1848,7 +1848,7 @@ function PMA_getHtmlForActionRowInStructureTable($type, $tbl_storage_engine, ($action=='Unique' ? 'class="ajax add_unique_anchor"' : ' ') ) ) - . 'href="sql.php?' . $url_query . '&sql_query=' + . ' href="sql.php?' . $url_query . '&sql_query=' . urlencode( 'ALTER TABLE ' . PMA_Util::backquote($GLOBALS['table']) . ($isPrimary ? ($primary ? ' DROP PRIMARY KEY,' : '') : '')