We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1848acb commit 9db6357Copy full SHA for 9db6357
phpmyfaq/assets/templates/default/index.twig
@@ -87,7 +87,7 @@
87
<div class="row height d-flex justify-content-center align-items-center">
88
<div class="col-md-8">
89
<div class="search">
90
- <form action="./search.html" id="search" method="post" role="search">
+ <form action="./search.html" id="search" method="get" role="search">
91
<i class="bi bi-search"></i>
92
<input autocomplete="off" type="text" class="form-control form-control-lg" id="pmf-search-autocomplete"
93
name="search" placeholder="{{ searchBox }} ..." maxlength="255" value="{{ searchTerm }}">
0 commit comments