Commit: 59a721e4f2ca16b003bf7ac93936a3270f725e77 Author: Adam Harvey <[email protected]> Fri, 20 Sep 2013 13:18:57 -0700 Parents: 5977fca2116ffe7dc5914ec33d7c949642ecf81d Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=59a721e4f2ca16b003bf7ac93936a3270f725e77 Log: Tidy up a few validator warnings and errors on the change log. Fixes bug #65713 (Incorrect HTML on http://www.php.net/ChangeLog-5.php#5.5.4). Bugs: https://bugs.php.net/65713 https://bugs.php.net/5 Changed paths: M ChangeLog-5.php M include/header.inc M include/layout.inc Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 91ab100..3977a16 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -55,7 +55,6 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? <!-- }}} --></section> <section class="version" id="5.4.20"><!-- {{{ 5.4.20 --> -<a name="5.4.20"></a> <h3>Version 5.4.20</h3> <b>19-Sep-2013</b> <ul><li>Core: @@ -3763,7 +3762,6 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? </ul></li> </ul> -</hr> <!-- }}} --></section> <section class="version" id="5.3.10"><!-- {{{ 5.3.10 --> @@ -3779,7 +3777,6 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? </li> </ul> -</hr> <!-- }}} --></section> <section class="version" id="5.3.9"><!-- {{{ 5.3.9 --> @@ -4346,7 +4343,7 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? <li>PCRE extension: <ul> <li>Increased the backtrack limit from 100000 to 1000000 (Rasmus)</li> -</ul></li> +</ul> </li> <li>PDO extension: diff --git a/include/header.inc b/include/header.inc index 8021319..d074e9a 100644 --- a/include/header.inc +++ b/include/header.inc @@ -38,7 +38,7 @@ if (isset($shortname) && $shortname) { <link rel="<?php echo $rel ?>" href="<?php echo $MYSITE ?><?php echo $page ?>" /> <?php endforeach ?> - <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic,600italic|Source+Code+Pro&subset=latin,latin-ext' rel='stylesheet' type='text/css'> + <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic,600italic|Source+Code+Pro&subset=latin,latin-ext' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="<?php echo $STATIC_ROOT ?>styles/bootstrap.css<?php echo $v?>" media="all" /> <link rel="stylesheet" type="text/css" href="<?php echo $STATIC_ROOT ?>styles/theme.css<?php echo $v?>" media="screen" /> <link rel="stylesheet" type="text/css" href="<?php echo $STATIC_ROOT ?>styles/doc.css<?php echo $v?>" media="screen" /> diff --git a/include/layout.inc b/include/layout.inc index 8f34a6b..567e44b 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -225,7 +225,7 @@ function site_header($title = '', $config = array()) <body{$onload}> <div id="head-beta-warning"> - <a id="beta-warning" href="?setbeta=1&beta=1"> + <a id="beta-warning" href="?setbeta=1&beta=1"> <span class="dismiss">dismiss</span> <span class="blurb">Step into the future! Click here to switch to the beta php.net site</span> </a> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
