summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-09-23 06:36:27 +0000
committerDries Buytaert <dries@buytaert.net>2001-09-23 06:36:27 +0000
commitef3de8e1ece263138baa5844212650f4980bb8c5 (patch)
tree249d2087330c2a1195afaa4272109fa7155f7b9f
parentdc5064c463b6cabda8c5074257d7123213ba5f61 (diff)
downloadbrdo-ef3de8e1ece263138baa5844212650f4980bb8c5.tar.gz
brdo-ef3de8e1ece263138baa5844212650f4980bb8c5.tar.bz2
- fixed bug in theme unconed
-rw-r--r--themes/unconed/unconed.theme2
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);