• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

FreeStyleWiki


コミットメタ情報

リビジョンc479a66189ddacc1e18ae3abf44f2741d7fda9e2 (tree)
日時2018-04-09 19:52:43
作者kgsoft <kgsoft@user...>
コミッターkgsoft

ログメッセージ

typo

変更サマリ

差分

--- a/plugin/search/SearchHandler.pm
+++ b/plugin/search/SearchHandler.pm
@@ -26,7 +26,7 @@ sub do_action {
2626 my $word = Util::trim($cgi->param("word"));
2727
2828 my $buf = "";
29- my $or_search = $cgi->param('t') eq 'or';
29+ my $or_search = $cgi->param('t') eq 'on';
3030 my $with_content = $cgi->param('c') eq 'true';
3131
3232 $wiki->set_title("¸¡º÷");