diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-03-07 17:32:58 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-03-07 17:32:58 +0000 |
commit | 3aba0fda70b825a588d20d6f9797acab9418c436 (patch) | |
tree | e9da99cf3d59add572a874873cf72de9d96c1b2b | |
parent | 914bd030e6e7b575668ef21332d29cc4f8d367a1 (diff) | |
download | brdo-3aba0fda70b825a588d20d6f9797acab9418c436.tar.gz brdo-3aba0fda70b825a588d20d6f9797acab9418c436.tar.bz2 |
- Fixed typo: <base url=> --> <base href=>. Patch by Moshe.
-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) { |