Skip to content

Commit

Permalink
Mirage: Fix invalid html in search
Browse files Browse the repository at this point in the history
  • Loading branch information
mahagr committed Mar 24, 2012
1 parent d4d14b2 commit 67c46ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/com_kunena/template/mirage/html/search/default.php
Expand Up @@ -23,8 +23,8 @@
?>
<div class="kmodule search_adv">
<form action="<?php echo KunenaRoute::_('index.php?option=com_kunena&view=search') ?>" name="adminForm" id="adminForm" method="post">
<input type="hidden" name="task" value="results" />
<?php echo JHTML::_( 'form.token' ); ?>
<input type="hidden" name="task" value="results" />
<?php echo JHTML::_( 'form.token' ); ?>
<div class="kbox-wrapper kbox-full">
<div class="search_adv-kbox kbox kbox-full kbox-color kbox-border kbox-border_radius kbox-border_radius-vchild kbox-shadow">
<div class="headerbox-wrapper kbox-full">
Expand Down Expand Up @@ -110,7 +110,6 @@
</div>
</div>
</div>
</form>
</div>
</div>
</form>
Expand Down

0 comments on commit 67c46ba

Please sign in to comment.