diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index 913731c77..5553aeafa 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -9,7 +9,7 @@ class BaseTheme { print $output; $this->box(t("Navigation"), implode("<br />", link_page())); $this->user("all", $this); theme_blocks("all", $this); - print "</td><td valgin=\"top\">"; + print "</td><td valign=\"top\">"; } |