summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-09-13 06:54:06 +0000
committerDries Buytaert <dries@buytaert.net>2001-09-13 06:54:06 +0000
commit676475d9eac76fdb89ca4a506e412d217f0ad2b2 (patch)
treefa8e304a16198b766b51f8ef8f8359aac8b38c09
parentec1fa56a22b5cda98631255de01c8218e98f71d9 (diff)
downloadbrdo-676475d9eac76fdb89ca4a506e412d217f0ad2b2.tar.gz
brdo-676475d9eac76fdb89ca4a506e412d217f0ad2b2.tar.bz2
- Fixed a 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 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);