Commit: 140b6b5f7d072a9ae99a777a6df4b733eb73861d Author: Levi Morrison <le...@php.net> Sat, 27 Jul 2013 00:28:04 -0600 Parents: b129cd5a94f2594f305613548ba985a23e6546c2 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=140b6b5f7d072a9ae99a777a6df4b733eb73861d Log: Complete Source Code has been moved from h2 to h4 to give the PHP version higher priority. Changed paths: M downloads.php Diff: diff --git a/downloads.php b/downloads.php index e8c912c..be5389b 100644 --- a/downloads.php +++ b/downloads.php @@ -101,7 +101,7 @@ foreach ($rows as $row) { <div class="span6"> <h1 id="v<?php echo $v; ?>">PHP <?php echo "$v $stable"; ?></h1> - <h2>Complete Source Code</h2> + <h4>Complete Source Code:</h4> <ul> <?php foreach($a["source"] as $rel) { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php