OSDN Git Service

<br> -> <br />
authorarino <arino>
Thu, 5 Jun 2003 05:03:11 +0000 (14:03 +0900)
committerarino <arino>
Thu, 5 Jun 2003 05:03:11 +0000 (14:03 +0900)
backup.php
init.php
plugin/rename.inc.php

index fe38e8e..4a8aa58 100644 (file)
@@ -11,7 +11,7 @@
  * @access  public
  * @author  
  * @create  
- * @version $Id: backup.php,v 1.12 2003/05/19 14:36:48 arino Exp $
+ * @version $Id: backup.php,v 1.13 2003/06/05 05:03:10 arino Exp $
  **/
 
 /**
@@ -74,7 +74,7 @@ function make_backup($page,$delete = FALSE)
                $body = preg_replace("/\n*$/","\n",$body);
 
                $fp = backup_fopen($page,'wb')
-                       or die_message('cannot write file '.htmlspecialchars($realfilename).'<br>maybe permission is not writable or filename is too long');
+                       or die_message('cannot write file '.htmlspecialchars($realfilename).'<br />maybe permission is not writable or filename is too long');
                backup_fputs($fp,$strout);
                backup_fputs($fp,$body);
                backup_fclose($fp);
index 3c633ba..a5184ef 100644 (file)
--- a/init.php
+++ b/init.php
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: init.php,v 1.46 2003/06/02 09:58:54 arino Exp $
+// $Id: init.php,v 1.47 2003/06/05 05:03:10 arino Exp $
 //
 
 /////////////////////////////////////////////////
@@ -124,7 +124,7 @@ if (!isset($load_template_func)) $wrong_ini_file .= '$load_template_func ';
 if (!defined('LANG')) $wrong_ini_file .= 'LANG ';
 if (!defined('PLUGIN_DIR')) $wrong_ini_file .= 'PLUGIN_DIR ';
 if ($wrong_ini_file) {
-       die_message('The setting file runs short of information.<br>The version of a setting file may be old.<br><br>These option are not found : '.$wrong_ini_file);
+       die_message('The setting file runs short of information.<br />The version of a setting file may be old.<br /><br />These option are not found : '.$wrong_ini_file);
 }
 if (!is_page($defaultpage)) {
        touch(get_filename($defaultpage));
index 0589393..235f66e 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: rename.inc.php,v 1.5 2003/05/07 04:21:52 arino Exp $
+// $Id: rename.inc.php,v 1.6 2003/06/05 05:03:11 arino Exp $
 //
 
 /*
@@ -177,7 +177,7 @@ $msg
   {$_rename_messages['msg_regex']}:<br />
   From:<br />
   <input type="text" name="src" size="80" value="$s_src" /><br />
-  To:<br>
+  To:<br />
   <input type="text" name="dst" size="80" value="$s_dst" /><br />
   <input type="submit" value="{$_rename_messages['btn_next']}" /><br />
  </div>