From 204e8c23c6d2ac08e4ee5c08469be330c44bbd81 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Wed, 6 May 2015 10:06:46 +0530 Subject: [PATCH] Add spaces around concat Signed-off-by: Madhura Jayaratne --- libraries/db_designer.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/db_designer.lib.php b/libraries/db_designer.lib.php index 8c81d0e136..7b2fcca10d 100644 --- a/libraries/db_designer.lib.php +++ b/libraries/db_designer.lib.php @@ -372,11 +372,11 @@ function PMA_getDesignerPageMenu($visualBuilder, $selected_page) $html .= ''; $html .= 'vgetImgPath('pmd/downarrow1.png') . '" ' . 'data-right="' - . $_SESSION['PMA_Theme']->getImgPath('pmd/rightarrow1.png') .'" ' + . $_SESSION['PMA_Theme']->getImgPath('pmd/rightarrow1.png') . '" ' . 'data-down="' - . $_SESSION['PMA_Theme']->getImgPath('pmd/downarrow1.png') .'"" />'; + . $_SESSION['PMA_Theme']->getImgPath('pmd/downarrow1.png') . '"" />'; $html .= '' . __('Small/Big All') . ''; $html .= '';