Commit: 98b76009bd5aabca2cc93609441d29d93714b729 Author: Adam Harvey <[email protected]> Fri, 7 Jan 2011 09:29:06 +0000 Parents: 0da2dd3b77af6ea291aaa2e8a79ac4fca15e3ea7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=98b76009bd5aabca2cc93609441d29d93714b729 Log: Fix a couple of formedness errors. Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index c601adc..c374168 100644 --- a/include/header.inc +++ b/include/header.inc @@ -99,7 +99,7 @@ if ($shortname) { </p><p> Fast, flexible and pragmatic, PHP powers everything from your blog to the largest social networking site in the world. </p> - <p class="tutorial"><a href="/tut.php">Introductory Tutorial »</a></p> + <p class="tutorial"><a href="/tut.php">Introductory Tutorial »</a></p> </div> <div class="download"> <?php foreach ($RELEASES[5] as $version => $release): ?> @@ -145,6 +145,7 @@ if ($shortname) { <dd><a href="#">Write documentation</a></dd> <dd><a href="#">Test PHP</a></dd> <dt><a href="/cal.php">Calendar of Events</a></dt> + <dd></dd> </dl> <dl> <dt><a href="/mailing-lists.php">Mailing lists</a></dt> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
