Skip to content

Commit

Permalink
Fix typo in Collages header search field
Browse files Browse the repository at this point in the history
  • Loading branch information
Babkock authored and itismadness committed Aug 16, 2021
1 parent 711c71e commit 954b366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index/page-header.twig
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<li id="searchbar_collages">
<span class="hidden">Collage: </span>
<form class="search_form" name="artists" action="collages.php" method="get">
<input id="collagesearch" value="Collages" placeholder="Collage" type="text" name="search" size="17" spellcheck="false" accesskey="c" />
<input id="collagesearch" value="Collages" placeholder="Collages" type="text" name="search" size="17" spellcheck="false" accesskey="c" />
</form>
</li>
<li id="searchbar_requests">
Expand Down

0 comments on commit 954b366

Please sign in to comment.