diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-12 17:08:53 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-12 17:08:53 +0000 |
| commit | 75527db81f47219882d9e1cedeebf406c99d0cf6 (patch) | |
| tree | 555e0973847d25200915697050fc1ddf043cac27 /themes/default/views | |
| parent | 2019e9a931ffde9b2358241aa1844b4a826a76f9 (diff) | |
Clean up alignment in the login menu when the login form is displayed
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/header.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php index c09c11ef..ba16a5fb 100644 --- a/themes/default/views/header.html.php +++ b/themes/default/views/header.html.php @@ -17,7 +17,7 @@ </span> <? endif; ?> <span id="gLoginForm" class="gDisplayNone" > - <?= Login_Form::factory()->render() ?> + <?= Login_Form::factory() ?> </span> </div> <ul id="gSiteMenu"> |
