1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fix delimiters

This commit is contained in:
Sara Golemon
2019-06-04 13:02:54 -04:00
parent 4de5cedee8
commit 9ba4a06652
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
<a href="#PHP_5_6">5.6</a> |
<a href="#PHP_5_5">5.5</a> | <a href="#PHP_5_4">5.4</a> |
<a href="#PHP_5_3">5.3</a> | <a href="#PHP_5_2">5.2</a> |
<a href="#PHP_5_1">5.1</a> | <a href="#PHP_5_0">5.0</a> |
<a href="#PHP_5_1">5.1</a> | <a href="#PHP_5_0">5.0</a>
<a name="PHP_5_6"/>
<section class="version" id="5.6.40"><!-- {{{ 5.6.40 -->

View File

@@ -6,7 +6,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
?>
<h1>PHP 7 ChangeLog</h1>
<a href="#PHP_7_3">7.3</a> | <a href="#PHP_7_2">7.2</a>
<a href="#PHP_7_3">7.3</a> | <a href="#PHP_7_2">7.2</a> |
<a href="#PHP_7_1">7.1</a> | <a href="#PHP_7_0">7.0</a>
<a name="PHP_7_3"/>