• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión35ed871f911ad7c33d4f2ffe8316cf3b5de0c889 (tree)
Tiempo2005-02-08 22:21:06
Autorhenoheno <henoheno>
Commiterhenoheno

Log Message

BugTrack/750: Correct XHTML1.1 invalid 'checked'

Cambiar Resumen

Diferencia incremental

--- a/plugin/rename.inc.php
+++ b/plugin/rename.inc.php
@@ -1,6 +1,6 @@
11 <?php
22 // PukiWiki - Yet another WikiWikiWeb clone
3-// $Id: rename.inc.php,v 1.23 2005/01/23 08:08:00 henoheno Exp $
3+// $Id: rename.inc.php,v 1.24 2005/02/08 13:21:06 henoheno Exp $
44 //
55 // Rename plugin: Rename page-name and related data
66 //
@@ -95,9 +95,9 @@ function plugin_rename_phase1($err = '', $page = '')
9595
9696 $radio_regex = $radio_page = '';
9797 if ($method == 'regex') {
98- $radio_regex =' checked';
98+ $radio_regex = ' checked="checked"';
9999 } else {
100- $radio_page = ' checked';
100+ $radio_page = ' checked="checked"';
101101 }
102102 $select_refer = plugin_rename_getselecttag($refer);
103103
@@ -105,7 +105,7 @@ function plugin_rename_phase1($err = '', $page = '')
105105 $s_dst = htmlspecialchars(plugin_rename_getvar('dst'));
106106
107107 $ret = array();
108- $ret['msg'] = $_rename_messages['msg_title'];
108+ $ret['msg'] = $_rename_messages['msg_title'];
109109 $ret['body'] = <<<EOD
110110 $msg
111111 <form action="$script" method="post">