remove some extra html tags (#6925)

This commit is contained in:
Tony Murray
2017-06-30 01:45:18 -05:00
committed by Neil Lathwood
parent d8913baded
commit 08c21b5734

View File

@ -237,10 +237,7 @@ foreach (getlocations() as $location) {
</div>
<button type="submit" class="btn btn-default btn-sm">Search</button>
<a class="btn btn-default btn-sm" href="<?php echo(generate_url(array('page' => 'ports', 'section' => $vars['section'], 'bare' => $vars['bare']))); ?>" title="Reset critera to default." >Reset</a>
</td>
</form>
</tr>
</table>
<?php
}