Commit:    bc32cab6f10bfad7cbac7976c1904c033e908625
Author:    Peter Cowburn <[email protected]>         Wed, 20 Aug 2014 
21:39:09 +0100
Parents:   aa6ec67f3b4b41ef494f107085c60d9c7c65011e
Branches:  master

Link:       
http://git.php.net/?p=web/master.git;a=commitdiff;h=bc32cab6f10bfad7cbac7976c1904c033e908625

Log:
remove floating HTML tags

Much of the markup in this mirrors sidebar could do with some love!

Changed paths:
  M  manage/mirrors.php


Diff:
diff --git a/manage/mirrors.php b/manage/mirrors.php
index 99aea0f..db42ca0 100644
--- a/manage/mirrors.php
+++ b/manage/mirrors.php
@@ -544,7 +544,6 @@ function page_mirror_list($moreinfo = false)
 
 $statusscreen = <<< EOS
 
-<section>
 <dl>
  <dt>Last check time</dt>
  <dd>{$last_check_time}</dd>
@@ -602,7 +601,6 @@ $statusscreen = <<< EOS
 </ul>
 </nav>
 <section class="mirrorinfo">
-<div>
 
 <p>
  Note that the DNS table for mirror sites is updated directly from this list, 
without
@@ -633,8 +631,6 @@ $statusscreen = <<< EOS
 <p><a href="/manage/mirrors.php?id=0">Add a new mirror</a></p>
 
 
-</div>
-
 EOS;
 echo $summary;
 return $statusscreen;


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to