From 57cc54ae06678f7702150b9c6438e141ca213aa0 Mon Sep 17 00:00:00 2001 From: vargenau Date: Wed, 27 Apr 2011 13:53:27 +0000 Subject: [PATCH] More visible message git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8060 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/AppendText.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/plugin/AppendText.php b/lib/plugin/AppendText.php index b16e3b57e..7c9e5ca51 100644 --- a/lib/plugin/AppendText.php +++ b/lib/plugin/AppendText.php @@ -122,7 +122,8 @@ extends WikiPlugin $meta = $current->_data; $meta['summary'] = sprintf(_("AppendText to %s"), $pagename); if ($page->save($newtext, $current->getVersion() + 1, $meta)) { - $message->pushContent(_("Page successfully updated."), HTML::br()); + $message->pushContent(HTML::p(array('class' => 'feedback'), + _("Page successfully updated."))); } // AppendText has been called from the same page that got modified -- 2.45.0