diff options
Diffstat (limited to 'themes')
-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 c7533dcdc..5556c6bf0 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -81,7 +81,7 @@ function story($story, $reply = 0) { $timestamp = format_date($story->timestamp); - print "\n<!-- story: \"$story->subject\" -->\n"; + print "\n<!-- story: \"$story->title\" -->\n"; ?> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" BGCOLOR="<?php echo $this->brcolor1; ?>" WIDTH="100%"> <TR><TD> |