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
path: root/themes
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2008-11-29 02:22:27 +0300
committerMichal Čihař <michal@cihar.com>2008-11-29 02:22:27 +0300
commit6076d2188b61f40f9bf7d668b69136750fd26b1c (patch)
treef63b0fd17495113dd821c75a3e4eae4b8e2e8bfa /themes
parent8ffc60b3424a5aa0b70067cce211a4d25a2cb09b (diff)
Correctly place parenthesis.
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/theme_right.css.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 6f6c3ae5bd..34143b8f09 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -17,7 +17,7 @@ if (!defined('PMA_MINIMUM_COMMON')) {
/* general tags */
html {
font-size: <?php echo (null !== $_SESSION['PMA_Config']->get('fontsize') ? $_SESSION['PMA_Config']->get('fontsize') : (
- isset($_COOKIE['pma_fontsize'])) ? $_COOKIE['pma_fontsize'] : '84%');?>;
+ isset($_COOKIE['pma_fontsize']) ? $_COOKIE['pma_fontsize'] : '84%'));?>;
}
input, select, textarea {