Fix indentation

This commit is contained in:
IanDelMar 2018-11-18 21:45:52 +01:00
parent d979bf8a5a
commit 23f7c2ab4d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* The template for displaying search forms in Underscores.me
* The template for displaying search forms
*
* @package understrap
*/
@ -18,6 +18,6 @@ if ( ! defined( 'ABSPATH' ) ) {
<span class="input-group-append">
<input class="submit btn btn-primary" id="searchsubmit" name="submit" type="submit"
value="<?php esc_attr_e( 'Search', 'understrap' ); ?>">
</span>
</span>
</div>
</form>