From: <var...@us...> - 2021-06-22 16:31:31
|
Revision: 10317 http://sourceforge.net/p/phpwiki/code/10317 Author: vargenau Date: 2021-06-22 16:31:24 +0000 (Tue, 22 Jun 2021) Log Message: ----------- lib/plugin/SystemInfo.php: wikicreole syntax Modified Paths: -------------- trunk/lib/plugin/SystemInfo.php Modified: trunk/lib/plugin/SystemInfo.php =================================================================== --- trunk/lib/plugin/SystemInfo.php 2021-06-22 16:28:07 UTC (rev 10316) +++ trunk/lib/plugin/SystemInfo.php 2021-06-22 16:31:24 UTC (rev 10317) @@ -88,7 +88,7 @@ $loader = new WikiPluginLoader(); return $loader->expandPI('<<SystemInfo ' . WikiPluginCached::glueArgs($argarray) // all - . ' ?>', $request, $this, $basepage); + . ' >>', $request, $this, $basepage); } protected function getImage($dbi, $argarray, $request) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |