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


- Log -----------------------------------------------------------------
commit 409a1bee74487ab553b9a9dec54618f607122de3
Author: Michal Čihař <[email protected]>
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

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to