Skip to content

Commit

Permalink
Merge pull request #466 from eurich/theme_fixins
Browse files Browse the repository at this point in the history
quick fix for the broken top bar
  • Loading branch information
norv committed May 27, 2013
2 parents 7c31d0b + 615c8c9 commit 3b9e0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/index.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function template_body_above()
if ($context['allow_search'])
{
echo '
<form id="search_form" class="floatright" action="', $scripturl, '?action=search2" method="post" accept-charset="UTF-8">
<form id="search_form" action="', $scripturl, '?action=search2" method="post" accept-charset="UTF-8">
<input type="text" name="search" value="" class="input_text" placeholder="', $txt['search'], '" />&nbsp;';

// Using the quick search dropdown?
Expand Down

0 comments on commit 3b9e0e3

Please sign in to comment.