OSDN Git Service

BugTrack/323: accesskey属性を削除
authorarino <arino>
Mon, 12 May 2003 10:36:00 +0000 (19:36 +0900)
committerarino <arino>
Mon, 12 May 2003 10:36:00 +0000 (19:36 +0900)
plugin/paint.inc.php
plugin/pcomment.inc.php

index 01e0b16..34cb956 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: paint.inc.php,v 1.7 2003/05/02 07:45:45 arino Exp $
+// $Id: paint.inc.php,v 1.8 2003/05/12 10:36:00 arino Exp $
 //
 
 /*
@@ -221,9 +221,9 @@ function plugin_paint_convert()
   <input type="hidden" name="digest" value="$digest" />
   <input type="hidden" name="plugin" value="paint" />
   <input type="hidden" name="refer" value="$f_page" />
-  <input type="text" name="width" size="3" value="$width" accesskey="w" />
+  <input type="text" name="width" size="3" value="$width" />
   x
-  <input type="text" name="height" size="3" value="$height" accesskey="h" />
+  <input type="text" name="height" size="3" value="$height" />
   $max
   <input type="submit" value="{$_paint_messages['btn_submit']}" />
   </div>
index 6da2b43..3939207 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: pcomment.inc.php,v 1.13 2003/05/08 02:51:00 arino Exp $
+// $Id: pcomment.inc.php,v 1.14 2003/05/12 10:36:00 arino Exp $
 //
 
 /*
@@ -383,7 +383,7 @@ function pcmt_get_comments($page,$count,$dir,$reply)
        //¥³¥á¥ó¥È¤Ë¥é¥¸¥ª¥Ü¥¿¥ó¤Î°õ¤ò¤Ä¤±¤ë
        if ($reply)
        {
-               $comments = preg_replace("/\x01(\d+)\x02(.*)\x03/",'<input type="radio" name="reply" value="$2" tabindex="$1" accesskey="c" />', $comments);
+               $comments = preg_replace("/\x01(\d+)\x02(.*)\x03/",'<input type="radio" name="reply" value="$2" tabindex="$1" />', $comments);
        }
        return array($comments,$digest);
 }