diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-03-20 22:33:32 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-03-20 22:33:32 +0000 |
commit | c79e114b9bc9a8b8a05fe4c01cc57f7255dd097e (patch) | |
tree | 5d6a76aa8d92cd947b1c2c8ca47f7b144de628e5 | |
parent | 5f1f1b88edbdc45316e586c58815538633c3fd93 (diff) | |
download | brdo-c79e114b9bc9a8b8a05fe4c01cc57f7255dd097e.tar.gz brdo-c79e114b9bc9a8b8a05fe4c01cc57f7255dd097e.tar.bz2 |
oops small typo
-rw-r--r-- | themes/unconed/unconed.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 9c24ea842..7bbcc5367 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -137,7 +137,7 @@ echo "<TABLE BORDER=\"0\" CELLPADDING=\"4\" CELLSPACING=\"1\" WIDTH=\"100%\">"; echo " <TR BGCOLOR=\"$this->bgcolor1\">"; echo " <TD BGCOLOR=\"$this->bgcolor1\">"; - echo " <TABLE BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"1\"WIDTH=\"100%\">"; + echo " <TABLE BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"1\" WIDTH=\"100%\">"; // Subject: echo " <TR>"; |