diff --git a/db_operations.php b/db_operations.php index e879f0653..40ec65272 100644 --- a/db_operations.php +++ b/db_operations.php @@ -640,12 +640,12 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) { ?> if ($test_rs && PMA_DBI_num_rows($test_rs) > 0) { include('./libraries/display_pdf_schema.lib.php'); } // end if - echo '
'; + echo '
'; if ($cfg['PropertiesIconic']) { echo ''; } - echo __('Edit PDF Pages') . ''; + echo __('Edit PDF Pages') . '
'; } // end if /**