• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Révision6c646361de92d93e8d5135a7d1ff3ab057c88e93 (tree)
l'heure2014-11-26 01:57:56
Auteurhenoheno <henoheno>
Commiterumorigu

Message de Log

BugTrack2/225: <br> => <br /> (patched by g@kko)

Change Summary

Modification

--- a/plugin/br.inc.php
+++ b/plugin/br.inc.php
@@ -1,10 +1,12 @@
11 <?php
22 // PukiWiki - Yet another WikiWikiWeb clone
3-// $Id: br.inc.php,v 1.4 2005/03/19 01:26:53 henoheno Exp $
3+// $Id: br.inc.php,v 1.5 2007/04/08 10:22:18 henoheno Exp $
4+// Copyright (C) 2003-2005, 2007 PukiWiki Developers Team
5+// License: GPL v2 or (at your option) any later version
46 //
5-// Forcing a line break plugin
7+// "Forcing one line-break" plugin
68
7-// Escape using <br> in <blockquote> (BugTrack/583)
9+// Escape using <br /> in <blockquote> (BugTrack/583)
810 define('PLUGIN_BR_ESCAPE_BLOCKQUOTE', 1);
911
1012 // ----
--- a/plugin/img.inc.php
+++ b/plugin/img.inc.php
@@ -1,18 +1,19 @@
11 <?php
22 // PukiWiki - Yet another WikiWikiWeb clone.
3-// $Id: img.inc.php,v 1.14 2005/05/28 13:31:57 henoheno Exp $
3+// $Id: img.inc.php,v 1.15 2007/04/08 10:22:18 henoheno Exp $
4+// Copyright (C) 2002-2005, 2007 PukiWiki Developers Team
5+// License: GPL v2 or (at your option) any later version
46 //
5-// Inline-image plugin
7+// Inline-image plugin (Output inline-image tag from a URI)
68
79 define('PLUGIN_IMG_USAGE', '#img(): Usage: (URI-to-image[,right[,clear]])<br />' . "\n");
810 define('PLUGIN_IMG_CLEAR', '<div style="clear:both"></div>' . "\n"); // Stop word-wrapping
911
10-// Output inline-image tag from a URI
1112 function plugin_img_convert()
1213 {
1314 if (PKWK_DISABLE_INLINE_IMAGE_FROM_URI)
1415 return '#img(): PKWK_DISABLE_INLINE_IMAGE_FROM_URI prohibits this' .
15- '<br>' . "\n";
16+ '<br />' . "\n";
1617
1718 $args = func_get_args();
1819
--- a/plugin/includesubmenu.inc.php
+++ b/plugin/includesubmenu.inc.php
@@ -31,8 +31,8 @@ function plugin_includesubmenu_convert()
3131 } else {
3232 $SubMenuPageName2 = substr($tmppage,0,$LastSlash) . '/SubMenu';
3333 }
34- //echo "$SubMenuPageName1 <br>";
35- //echo "$SubMenuPageName2 <br>";
34+ //echo "$SubMenuPageName1 <br />";
35+ //echo "$SubMenuPageName2 <br />";
3636 //下階層にSubMenuがあるかチェック
3737 //あれば、それを使用
3838 if (is_page($SubMenuPageName1)) {