[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-15023-g409a1be

Michal Čihař nijel at users.sourceforge.net
Mon Aug 15 17:49:20 CEST 2011


The branch, master has been updated
       via  409a1bee74487ab553b9a9dec54618f607122de3 (commit)
      from  75eed8e9aa2d2dfc80c0d23997a908e3eba4f3ea (commit)


- Log -----------------------------------------------------------------
commit 409a1bee74487ab553b9a9dec54618f607122de3
Author: Michal Čihař <michal at cihar.com>
Date:   Mon Aug 15 17:48:51 2011 +0200

    Fix trailing tags

-----------------------------------------------------------------------

Summary of changes:
 server_status.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server_status.php b/server_status.php
index 51d08e0..a1db42a 100644
--- a/server_status.php
+++ b/server_status.php
@@ -1530,11 +1530,11 @@ function printMonitor()
         <div id="tabGridVariables">
             <p><input type="text" name="chartTitle" value="<?php echo __('Chart Title'); ?>" /></p>
 
-            <input type="radio" name="chartType" value="preset" id="chartPreset">
+            <input type="radio" name="chartType" value="preset" id="chartPreset" />
             <label for="chartPreset"><?php echo __('Preset chart'); ?></label>
             <select name="presetCharts"></select><br/>
 
-            <input type="radio" name="chartType" value="variable" id="chartStatusVar" checked="checked">
+            <input type="radio" name="chartType" value="variable" id="chartStatusVar" checked="checked" />
             <label for="chartStatusVar"><?php echo __('Status variable(s)'); ?></label><br/>
             <div id="chartVariableSettings">
                 <label for="chartSeries"><?php echo __('Select series:'); ?></label><br />


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list