OSDN Git Service

summarize_detail_newtral(): Snip the redundant (main) domain
[pukiwiki/pukiwiki_sandbox.git] / spam / spam.php
index 8ee8cbc..165f448 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// $Id: spam.php,v 1.208 2008/12/28 14:17:18 henoheno Exp $
+// $Id: spam.php,v 1.209 2008/12/28 14:18:54 henoheno Exp $
 // Copyright (C) 2006-2007 PukiWiki Developers Team
 // License: GPL v2 or (at your option) any later version
 //
@@ -920,7 +920,7 @@ function summarize_detail_newtral($progress = array())
                                if ($sub == '') {
                                        $subs[] = $key;                 // 'example.com'
                                } else {
-                                       $subs[] = $sub . '...'; // 'A.foo.bar...'
+                                       $subs[] = $sub . '. ';  // 'A.foo.bar. '
                                }
                        }
                        $result[] = '  \'' . $key . '\' => \'' . implode(', ', $subs) . '\',';