OSDN Git Service

replace accesskey placeholder to  
authormorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Fri, 18 Jan 2008 16:50:35 +0000 (16:50 +0000)
committermorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Fri, 18 Jan 2008 16:50:35 +0000 (16:50 +0000)
lib/plugins/00index

index a38e26e..2ca1d7f 100644 (file)
@@ -1,7 +1,7 @@
 # -*-perl-*-
 # keitairc/lib/plugins/00index
 # \83`\83\83\83l\83\8b\88ê\97\97
-# $Id: 00index,v 1.3 2008-01-13 15:31:09 morimoto Exp $
+# $Id: 00index,v 1.4 2008-01-18 16:50:35 morimoto Exp $
 # $Source: /home/ishikawa/work/keitairc/tmp/keitairc/lib/plugins/00index,v $
 
 $plugin = {
@@ -47,7 +47,7 @@ $plugin = {
                                                $cname);
                        }else{
                                $p->{link} =
-                                       sprintf('<a href="all/%d">    %s</a>',
+                                       sprintf('<a href="all/%d">&nbsp;&nbsp;&nbsp; %s</a>',
                                                $cid, $cname);
                        }
                        $accesskey++;