Commit:    b7fc2a69efdd247422799a12bc71a86ff93f4bcf
Author:    Levi Morrison <le...@php.net>         Tue, 8 Nov 2016 11:37:30 -0700
Parents:   7ab55c1162597297d55eadb34573c2f2fa4757e0
Branches:  master

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

Log:
Close ul

Changed paths:
  M  index.php


Diff:
diff --git a/index.php b/index.php
index 42639c0..eb7cc8f 100644
--- a/index.php
+++ b/index.php
@@ -105,6 +105,7 @@ foreach (get_active_branches() as $major => $releases) {
             <li><a class='download-link' 
href='/downloads.php#v$version'>$version</a><span class='dot'>&middot;</span><a 
class='notes' href='/ChangeLog-$major.php#$version'>Release Notes</a><span 
class='dot'>&middot;</span><a class='notes' 
href='/migration$major$minor'>Upgrading</a></li>\n";
     }
 }
+$intro .= "</ul>\n";
 $intro .= <<<EOF
     </div>
   </div>


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

Reply via email to