Skip to content

Commit

Permalink
whitespace fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Jan 15, 2011
1 parent 376f09c commit 38b7493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/search/helpers/search_theme.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static function header_top($theme) {
if ($theme->page_subtype() != "login") { if ($theme->page_subtype() != "login") {
$view = new View("search_link.html"); $view = new View("search_link.html");
return $view->render(); return $view->render();
}else { } else {
return ""; return "";
} }
} }
Expand Down

0 comments on commit 38b7493

Please sign in to comment.