From: <var...@us...> - 2021-12-09 17:15:53
|
Revision: 10764 http://sourceforge.net/p/phpwiki/code/10764 Author: vargenau Date: 2021-12-09 17:15:52 +0000 (Thu, 09 Dec 2021) Log Message: ----------- FuzzyPages: argument "s" is mandatory Modified Paths: -------------- trunk/lib/plugin/FuzzyPages.php trunk/pgsrc/Help%2FFuzzyPagesPlugin Modified: trunk/lib/plugin/FuzzyPages.php =================================================================== --- trunk/lib/plugin/FuzzyPages.php 2021-12-09 17:14:09 UTC (rev 10763) +++ trunk/lib/plugin/FuzzyPages.php 2021-12-09 17:15:52 UTC (rev 10764) @@ -198,7 +198,7 @@ } if (empty($s)) { - return HTML::p(array('class' => 'warning'), + return HTML::p(array('class' => 'error'), _("You must enter a search term.")); } Modified: trunk/pgsrc/Help%2FFuzzyPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FFuzzyPagesPlugin 2021-12-09 17:14:09 UTC (rev 10763) +++ trunk/pgsrc/Help%2FFuzzyPagesPlugin 2021-12-09 17:15:52 UTC (rev 10764) @@ -1,4 +1,4 @@ -Date: Wed, 6 Oct 2021 17:59:01 +0000 +Date: Thu, 9 Dec 2021 18:08:50 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FFuzzyPagesPlugin; @@ -31,7 +31,7 @@ |- | **s** | Pagename to look for -| //None// (mandatory argument) +| //none// (mandatory argument) |} == Example == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |