Turn close link into a button

This commit is contained in:
Isaac Connor 2020-07-03 19:17:26 -04:00
parent 66b155008c
commit 2026788e7a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ xhtmlHeaders(__FILE__, translate('Error') );
<?php echo translate('ContactAdmin') ?>
</p>
<p>
<a href="#" data-on-click="closeWindow"><?php echo translate('Close') ?></a>
<button type="button" data-on-click="closeWindow"><?php echo translate('Close') ?></button>
</p>
</div>
</div>