[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-15021-gd404961

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


The branch, master has been updated
       via  d4049610ee2bfe1909705b9983df3b9e290ff4dc (commit)
      from  3d57df57bd21bf9baa75aaa8e8c7b50145a4777b (commit)


- Log -----------------------------------------------------------------
commit d4049610ee2bfe1909705b9983df3b9e290ff4dc
Author: Michal Čihař <michal at cihar.com>
Date:   Mon Aug 15 17:46:58 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 f52f3a6..fdc2abd 100644
--- a/server_status.php
+++ b/server_status.php
@@ -744,7 +744,7 @@ echo __('Runtime Information');
                     <input name="filterText" type="text" id="filterText" style="vertical-align: baseline;" />
                 </div>
                 <div class="formelement">
-                    <input type="checkbox" name="filterAlert" id="filterAlert">
+                    <input type="checkbox" name="filterAlert" id="filterAlert" />
                     <label for="filterAlert"><?php echo __('Show only alert values'); ?></label>
                 </div>
                 <div class="formelement">
@@ -761,7 +761,7 @@ echo __('Runtime Information');
                     </select>
                 </div>
                 <div class="formelement">
-                    <input type="checkbox" name="dontFormat" id="dontFormat">
+                    <input type="checkbox" name="dontFormat" id="dontFormat" />
                     <label for="dontFormat"><?php echo __('Show unformatted values'); ?></label>
                 </div>
             </fieldset>


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list