From a8c61b0babe00dfdbe9fcbb751cc872a64b3d20b Mon Sep 17 00:00:00 2001 From: rurban Date: Fri, 4 Feb 2005 13:45:28 +0000 Subject: [PATCH] improve box layout a bit git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4552 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/RecentChanges.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/lib/plugin/RecentChanges.php b/lib/plugin/RecentChanges.php index 226565cb1..06508859b 100644 --- a/lib/plugin/RecentChanges.php +++ b/lib/plugin/RecentChanges.php @@ -1,5 +1,5 @@ next()) { // enforce view permission if (mayAccessPage('view',$rev->_pagename)) { - if ($link = $this->pageLink($rev)) // some entries may be empty (/Blog/.. interim pages) + if ($link = $this->pageLink($rev)) // some entries may be empty + // (/Blog/.. interim pages) $html->pushContent($sp, $link, HTML::br()); if ($first) $this->setValidators($rev); @@ -735,7 +736,7 @@ extends WikiPlugin function getVersion() { return preg_replace("/[Revision: $]/", '', - "\$Revision: 1.106 $"); + "\$Revision: 1.107 $"); } function managesValidators() { @@ -922,6 +923,9 @@ class DayButtonBar extends HtmlElement { } // $Log: not supported by cvs2svn $ +// Revision 1.106 2005/02/02 19:39:10 rurban +// honor show_all=false +// // Revision 1.105 2005/01/25 03:50:54 uckelman // pre_description is a member function, so call with $this->. // -- 2.45.0