From 931b26ff4419a6b7a5186847a2b3c453cf34498a Mon Sep 17 00:00:00 2001 From: carstenklapp Date: Fri, 22 Feb 2002 22:59:18 +0000 Subject: [PATCH] wikitext formatting fix due to new 'lib/PageType.php' git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2158 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/Info.php | 4 ++-- lib/plugin/PageHistory.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/plugin/Info.php b/lib/plugin/Info.php index 5e744f3cc..0b8f41b3e 100644 --- a/lib/plugin/Info.php +++ b/lib/plugin/Info.php @@ -1,5 +1,5 @@ $revision)); - return $t; + return HTML::div(array('class' => 'wikitext'), $t); } }; diff --git a/lib/plugin/PageHistory.php b/lib/plugin/PageHistory.php index 9a7a3133a..e2eef0a43 100644 --- a/lib/plugin/PageHistory.php +++ b/lib/plugin/PageHistory.php @@ -1,5 +1,5 @@ makeForm("", $request); // Hack alert: format() is a NORETURN for rss formatters. - return $this->format($this->getChanges($dbi, $args), $args); + return HTML::div(array('class' => 'wikitext'), $this->format($this->getChanges($dbi, $args), $args)); } }; -- 2.45.0