Commit: 124ffb6eba63d4c44377d7f5c2116fc51cd53f41 Author: Arnaud Lemercier <[email protected]> Sat, 22 Jul 2017 00:41:49 +0200 Parents: 02e7df90f498b20b4eb8cab02d6b2e6f6566369c Branches: master
Link: http://git.php.net/?p=web/news.git;a=commitdiff;h=124ffb6eba63d4c44377d7f5c2116fc51cd53f41 Log: Correct a misplaced tag Changed paths: M group.php Diff: diff --git a/group.php b/group.php index 20573f3..9e18af2 100644 --- a/group.php +++ b/group.php @@ -56,8 +56,8 @@ echo '<?xml version="1.0" encoding="utf-8"?>' . "\n"; break; case 'html': default: -echo '<section class="content">'; head($group); +echo '<section class="content">'; navbar($group, $overview['group']['low'], $overview['group']['high'], $overview['group']['start']); echo ' <table class="standard" width="100%">' . "\n"; echo ' <tr>' . "\n"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
