diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-19 10:07:15 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-19 10:07:15 +0000 |
commit | a6466b68e0274958456149d8c09fc57ba8d5352f (patch) | |
tree | cfd5555024c1338df3bbfab1c8f3866132fadb92 | |
parent | 8113d31f3bad715307a53b399b6cdb025dc4d521 (diff) | |
download | brdo-a6466b68e0274958456149d8c09fc57ba8d5352f.tar.gz brdo-a6466b68e0274958456149d8c09fc57ba8d5352f.tar.bz2 |
- removed useless slashes
-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 7ba99d6f8..ef249f613 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -137,7 +137,7 @@ function footer() { ?> </TD> - <TD VALIGN="top" WIDTH=\"200\"> + <TD VALIGN="top" WIDTH="200"> <?php theme_account($this); theme_blocks("all", $this); |