1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-30 10:00:00 +02:00

Some minor 1-line tweaks to various files

This commit is contained in:
Ryan Cramer
2019-01-25 11:32:47 -05:00
parent 411cce0418
commit 02f9220529
4 changed files with 5 additions and 3 deletions

View File

@@ -106,7 +106,7 @@
<!-- search engine -->
<form class='search' action='<?php echo $pages->get('template=search')->url; ?>' method='get'>
<label for='search' class='visually-hidden'><?php echo _x('Search:', 'label'); ?></label>
<input type='text' name='q' id='search' placeh older='<?php echo _x('Search', 'placeholder'); ?>' />
<input type='text' name='q' id='search' placeholder='<?php echo _x('Search', 'placeholder'); ?>' />
<button type='submit' name='submit' class='visually-hidden'><?php echo _x('Search', 'button'); ?></button>
</form>