Commit: 4ed0b9cf615f0b9bfe1e8b5e8836f91057dd156a Author: Hannes Magnusson <[email protected]> Mon, 27 Dec 2010 14:17:56 +0000 Parents: 16e32ceab0954f074b9ae686b2a14ca168d18765 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4ed0b9cf615f0b9bfe1e8b5e8836f91057dd156a Log: What are you trying to close my friend? Changed paths: M include/layout.inc Diff: diff --git a/include/layout.inc b/include/layout.inc index 19f04fd..9c79d15 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -895,7 +895,6 @@ function doc_toc_list($lang, $index, $file) { foreach($TOC as $entry) { echo "\t<dd><a href='/manual/$lang/{$entry[0]}'>{$entry[1]}</a></dd>\n"; } - echo "</dt>\n"; } function doc_toc_title($lang, $index, $file) { foreach($index as $entry) { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
