Skip to content

Commit 6c89576

Browse files
committedJun 25, 2014
removed the line break after the search box
1 parent 0da4efc commit 6c89576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎roots-nextdatagov/templates/content-search-results.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function usasearch_display_results($query = '', $group = ''){
8989
</button>
9090
</span>
9191
</div>
92-
</form><br /><br />
92+
</form><br />
9393
<?php
9494
$count = $rows > 1000 ? 1000 : $rows;
9595

0 commit comments

Comments
 (0)