OSDN Git Service

BugTrack2/15: edit_form() returns $_btn_notchangetimestamp with 'class=small'
authorhenoheno <henoheno>
Sun, 6 Mar 2005 02:24:53 +0000 (11:24 +0900)
committerhenoheno <henoheno>
Sun, 6 Mar 2005 02:24:53 +0000 (11:24 +0900)
lib/html.php

index 4b4849a..b216f24 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone.
-// $Id: html.php,v 1.28 2005/02/27 08:10:27 henoheno Exp $
+// $Id: html.php,v 1.29 2005/03/06 02:24:53 henoheno Exp $
 //
 // HTML-publishing related functions
 
@@ -209,7 +209,7 @@ $template
   <input type="submit" name="write"   value="$_btn_update" accesskey="s" />
   $add_top
   <input type="checkbox" name="notimestamp" id="_edit_form_notimestamp" value="true"$checked_time />
-  <label for="_edit_form_notimestamp"><span style="small">$_btn_notchangetimestamp</span></label> &nbsp;
+  <label for="_edit_form_notimestamp"><span class="small">$_btn_notchangetimestamp</span></label> &nbsp;
   <input type="submit" name="cancel"  value="$_btn_cancel" accesskey="c" />
   <textarea name="original" rows="1" cols="1" style="display:none">$s_original</textarea>
  </div>