diff options
-rw-r--r-- | themes/marvin/marvin.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 694d163f0..f5be8c15a 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -34,7 +34,7 @@ <head> <?php print theme_head($main); ?> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <base url="<?php echo "$base_url/" ?>" /> + <base href="<?php echo "$base_url/" ?>" /> <title> <?php if ($title) { |