diff options
-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>"; |