From 35648e9985c385e79afe90726c705355d6d8df0f Mon Sep 17 00:00:00 2001 From: vargenau Date: Thu, 31 Jan 2008 20:28:47 +0000 Subject: [PATCH] Valid HTML code: tfoot must be before tbody git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5980 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/PageList.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/PageList.php b/lib/PageList.php index 2658351d8..226200874 100644 --- a/lib/PageList.php +++ b/lib/PageList.php @@ -1,4 +1,4 @@ -_options['paging'] != 'bottom') $table->pushContent(HTML::thead($paging)); - $table->pushContent(HTML::tbody(false, HTML($row, $rows))); if ($this->_options['paging'] != 'top') $table->pushContent(HTML::tfoot($paging)); + $table->pushContent(HTML::tbody(false, HTML($row, $rows))); return $table; } else { $table->pushContent(HTML::thead($row), @@ -1688,6 +1688,9 @@ extends PageList { } // $Log: not supported by cvs2svn $ +// Revision 1.149 2008/01/26 14:13:29 vargenau +// XHTML is case-sensitive; use correct case +// // Revision 1.148 2007/09/19 18:00:49 rurban // enable "^A or ^B" pages argument for PageLists: e.g. large htmldump-s // -- 2.45.0