- resulting html pages are valid html 4.01 transitionnal

This commit is contained in:
Jonathan Ernst
2004-12-12 22:36:31 +00:00
committed by WineHQ
parent e5a9965670
commit 5f66266055
5 changed files with 30 additions and 28 deletions

View File

@@ -65,13 +65,13 @@ if($commentsPerPage > 100) $commentsPerPage = 100;
/* display page selection links */
echo "<center>";
echo "<b>Page $currentPage of $totalPages</b><br>";
echo "<b>Page $currentPage of $totalPages</b><br />";
display_range($currentPage, $pageRange, $totalPages, $commentsPerPage);
echo "<br>";
echo "<br>";
echo "<br />";
echo "<br />";
/* display the option to choose how many comments per-page to disable */
echo "<form method=get name=message>";
echo "<form method=\"get\" name=\"message\" action=\"".$_SERVER['PHP_SELF']."\">";
echo "<b>Number of comments per page:</b>";
echo "<select name='commentsPerPage'>";