From 834a10743973624a754977cf9ec62259cd09a7ab Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 16 Nov 2007 02:07:54 +0000 Subject: Minor nitpick: make : ": ". --- usr/local/www/system_groupmanager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/local/www/system_groupmanager.php b/usr/local/www/system_groupmanager.php index 273fbf4..5b7408d 100644 --- a/usr/local/www/system_groupmanager.php +++ b/usr/local/www/system_groupmanager.php @@ -57,7 +57,7 @@ function getAdminPageList() { $titleendpos = strpos($contents,')',$titlepos); if (($offset > 0) && ($titlepos > 0) && ($titleendpos > 0)) { // Title found, extract it - $title = str_replace(',',':',str_replace(array('"'),'',substr($contents,++$titlepos,($titleendpos - $titlepos)))); + $title = str_replace(',',': ',str_replace(array('"'),'',substr($contents,++$titlepos,($titleendpos - $titlepos)))); $tmp[$file] = trim($title); } else { -- cgit v1.1