The branch, master has been updated via 36775d227737e71f48d4b91433229fa91f1ba6d8 (commit) from e195d7cb41c2a02c9affcd008cb50efdd167a78e (commit)
- Log ----------------------------------------------------------------- commit 36775d227737e71f48d4b91433229fa91f1ba6d8 Author: Michal Čihař michal@cihar.com Date: Mon Aug 15 17:37:34 2011 +0200
Fixup <img> 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 4590812..24a0846 100644 --- a/server_status.php +++ b/server_status.php @@ -1456,7 +1456,7 @@ function printMonitor() <img src="themes/dot.gif" class="icon ic_b_chart" alt="" /> <?php echo __('Add chart'); ?> </a> - <a href="#rearrangeCharts"><img class="icon ic_b_tblops" src="themes/dot.gif" width="16" height="16" alt=""> <?php echo __('Rearrange/edit charts'); ?></a> + <a href="#rearrangeCharts"><img class="icon ic_b_tblops" src="themes/dot.gif" width="16" height="16" alt="" /><?php echo __('Rearrange/edit charts'); ?></a> <div class="clearfloat paddingtop"></div> <div class="floatleft"> <?php @@ -1499,7 +1499,7 @@ function printMonitor() } else { ?> <p></p> - <img class="ajaxIcon" src="<?php echo $GLOBALS['pmaThemeImage']; ?>ajax_clock_small.gif" alt="Loading"> + <img class="ajaxIcon" src="<?php echo $GLOBALS['pmaThemeImage']; ?>ajax_clock_small.gif" alt="Loading" /> <div class="ajaxContent"></div> <div class="monitorUse" style="display:none;"> <p></p>
hooks/post-receive