• 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

Revisão4dfd8b3cc13402e4be17e744e474fa0b689bc8e1 (tree)
Hora2011-01-31 00:50:26
Autorhenoheno <henoheno>
Commiterhenoheno

Mensagem de Log

Modified only spaces

Mudança Sumário

Diff

--- a/plugin/related.inc.php
+++ b/plugin/related.inc.php
@@ -1,6 +1,6 @@
11 <?php
22 // PukiWiki - Yet another WikiWikiWeb clone
3-// $Id: related.inc.php,v 1.11 2011-01-25 15:01:01 henoheno Exp $
3+// $Id: related.inc.php,v 1.12 2011-01-30 15:50:26 henoheno Exp $
44 // Copyright (C) 2005, 2007 PukiWiki Developers Team
55 // License: GPL v2 or (at your option) any later version
66 //
@@ -33,9 +33,9 @@ function plugin_related_action()
3333 }
3434
3535 // Result
36- $r_word = rawurlencode($_page);
37- $s_word = htmlsc($_page);
38- $msg = 'Backlinks for: ' . $s_word;
36+ $r_word = rawurlencode($_page);
37+ $s_word = htmlsc($_page);
38+ $msg = 'Backlinks for: ' . $s_word;
3939 $retval = '<a href="' . $script . '?' . $r_word . '">' .
4040 'Return to ' . $s_word .'</a><br />'. "\n";
4141
@@ -54,6 +54,6 @@ function plugin_related_action()
5454 }
5555 $retval .= '</ul>' . "\n";
5656 }
57- return array('msg'=>$msg, 'body'=>$retval);
57+ return array('msg' => $msg, 'body' => $retval);
5858 }
5959 ?>