diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2002-05-09 11:12:13 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2002-05-09 11:12:13 +0000 |
commit | 30066738c612ce06290260ffd034be1bdae37d8d (patch) | |
tree | 6b02e7548a54b190d8b8e05c26a634bd59671e2c | |
parent | f9b29369378236160fb7868f62641c976509b3c8 (diff) | |
download | brdo-30066738c612ce06290260ffd034be1bdae37d8d.tar.gz brdo-30066738c612ce06290260ffd034be1bdae37d8d.tar.bz2 |
Fixed typo (td after tr)
-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 a9171277b..acc4cce6c 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -209,7 +209,7 @@ print "<TABLE BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"1\" WIDTH=\"100%\">"; print "<TR><TD ALIGN=\"center\" BGCOLOR=\"$this->bgcolor2\"><FONT COLOR=\"$this->fgcolor1\"><IMG SRC=\"themes/" . $this->themename . "/images/null.gif\" WIDTH=\"2\" HEIGHT=\"2\"></FONT></TD></TR>"; print "</TABLE>"; - print "</TR></TD></TABLE>"; + print "</TD></TR></TABLE>"; ?></TD></TR> <TR> <TD COLSPAN="2"> |