Fix phpcs line length.

This commit is contained in:
Teromene 2017-03-18 19:13:19 +00:00
parent 94033bca2e
commit 71e59ccabb

View File

@ -224,7 +224,9 @@ $formats = Format::searchInformation();
</header> </header>
<section class="searchbar"> <section class="searchbar">
<h3>Search</h3> <h3>Search</h3>
<input type="text" name="searchfield" id="searchfield" placeholder="Enter the bridge you want to search for" onchange="search()" onkeyup="search()"> <input type="text" name="searchfield"
id="searchfield" placeholder="Enter the bridge you want to search for"
onchange="search()" onkeyup="search()">
</section> </section>
EOD; EOD;