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 f8374c31b..688b00998 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -139,7 +139,7 @@ // Author: echo " <TR>"; - echo " <TD ALIGN=\"right\" VALIGN=\"top\">" . t("Author") . ":</TD><TD><B>" . format_name($node->name) . "</B> "; + echo " <TD ALIGN=\"right\" VALIGN=\"top\">" . t("Author") . ":</TD><TD><B>" . format_name($comment->name) . "</B> "; if ($comment->name) { // Display extra information line: if ($comment->fake_email) $info .= format_email($comment->fake_email); |