Browse Source

Fixing missing </div>

Tom Hutchison 10 years ago
parent
commit
4c26febd52
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Foreground.skin.php

+ 2 - 1
Foreground.skin.php

@@ -125,7 +125,8 @@ class foregroundTemplate extends BaseTemplate {
 							<?php echo $this->makeSearchInput(array('placeholder' => wfMessage('searchsuggest-search')->text(), 'id' => 'searchInput') ); ?>
 							<button type="submit" class="button search"><?php echo wfMessage( 'search' )->text() ?></button>
 						</div>
-						</form>
+						</div>
+					</form>
 				</li>
 				<li class="divider show-for-small"></li>
 				<li class="has-form">