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
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-11-09 19:49:31 +0400
committerRouslan Placella <rouslan@placella.com>2012-11-09 19:49:31 +0400
commita9381abb17670ef228a493ced2e174ef8cdf5141 (patch)
tree31f430f124a995e7e5becc4342e4cf796d8603bd /server_variables.php
parent5ff82b3e1ae26c4757d8690b0d75f76057a64e15 (diff)
Dropped empty div
Diffstat (limited to 'server_variables.php')
-rw-r--r--server_variables.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/server_variables.php b/server_variables.php
index e16d304219..1c3110ae1b 100644
--- a/server_variables.php
+++ b/server_variables.php
@@ -199,7 +199,6 @@ foreach ($serverVars as $name => $value) {
$output .= '<div class="var-row ' . ($odd_row ? ' odd' : ' even') . '">'
. '<div class="var-name session">(' . __('Session value') . ')</div>'
. '<div class="var-value value">&nbsp;' . formatVariable($name, $serverVarsSession[$name]) . '</div>'
- . '<div class="var-doc value"></div>'
. '<div style="clear:both"></div>'
. '</div>';
}