mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 06:56:53 +00:00
Fix phpcs line length.
This commit is contained in:
parent
94033bca2e
commit
71e59ccabb
@ -224,7 +224,9 @@ $formats = Format::searchInformation();
|
||||
</header>
|
||||
<section class="searchbar">
|
||||
<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>
|
||||
|
||||
EOD;
|
||||
|
Loading…
Reference in New Issue
Block a user