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-04-22 03:12:30 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-22 03:12:30 +0400
commitff66fdbdf9ed414dfa75c7e66f738887dd9efc25 (patch)
treeb86f946b150e3919cafce790faf716905b930c38 /tbl_chart.php
parentda0e04d179e8e11f3a0023e17305857c6fe6fbbd (diff)
Remove stray trailing whitespaces
Diffstat (limited to 'tbl_chart.php')
-rw-r--r--tbl_chart.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tbl_chart.php b/tbl_chart.php
index 01d32f3f5d..7002405007 100644
--- a/tbl_chart.php
+++ b/tbl_chart.php
@@ -101,7 +101,7 @@ url_query = '<?php echo $url_query;?>';
<label for="select_chartXAxis"><?php echo __('X-Axis:'); ?></label>
<select name="chartXAxis" id="select_chartXAxis">
<?php
-
+
foreach ($keys as $idx => $key) {
if ($yaxis == -1 && (($idx == count($data[0]) - 1) || preg_match("/(date|time)/i", $key))) {
echo '<option value="' . htmlspecialchars($idx) . '" selected="selected">' . htmlspecialchars($key) . '</option>';
@@ -110,7 +110,7 @@ url_query = '<?php echo $url_query;?>';
echo '<option value="' . htmlspecialchars($idx) . '">' . htmlspecialchars($key) . '</option>';
}
}
-
+
?>
</select><br />
<label for="select_chartSeries"><?php echo __('Series:'); ?></label>
@@ -125,7 +125,7 @@ url_query = '<?php echo $url_query;?>';
<?php
}
?>
-
+
</div>
<div style="float:left; padding-left:40px;">
<label for="xaxis_label"><?php echo __('X-Axis label:'); ?></label>