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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user