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