• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

FreeStyleWiki


Commit MetaInfo

Revisionc479a66189ddacc1e18ae3abf44f2741d7fda9e2 (tree)
Zeit2018-04-09 19:52:43
Autorkgsoft <kgsoft@user...>
Commiterkgsoft

Log Message

typo

Ändern Zusammenfassung

Diff

--- 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("¸¡º÷");