summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2001-05-27 20:45:39 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2001-05-27 20:45:39 +0000
commitb5748332100305cbb9912e31056435b555357ae1 (patch)
treee1986f543bd536629bda13cd73ec83ba4ec5a18f
parent356df28e4e060b5e009045c359040341666f4614 (diff)
downloadbrdo-b5748332100305cbb9912e31056435b555357ae1.tar.gz
brdo-b5748332100305cbb9912e31056435b555357ae1.tar.bz2
Fixed a goofy bug in Goofy :)
-rw-r--r--themes/goofy/goofy.theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme
index cb11832d7..81931af09 100644
--- a/themes/goofy/goofy.theme
+++ b/themes/goofy/goofy.theme
@@ -100,7 +100,7 @@ function c(subject,mod,author,date,body) {document.writeln("<table border=\"0\"
$title = check_output($node->title);
$subleft = strtr(t("Submitted by %a on %b"), array("%a" => format_username($node->userid), "%b" => format_date($node->timestamp, "large")));
$subright = category_name($node->cid) ." / ". topic_name($node->tid);
- $body = check_output($node->body, 1) . "<hr color=\"#404040\" size=\"1\"><div align=\"right\">" . ($main?theme_morelink($this, $node):"");
+ $body = check_output($node->body, 1) . ($main ? "<hr color=\"#404040\" size=\"1\"><div align=\"right\">" . theme_morelink($this, $node) . "</div>" : "");
print "<script language=\"JavaScript\"><!--\ns(\"". $this->stripbreaks(addslashes($title)) ."\",\"". $this->stripbreaks(addslashes($subleft)) ."\",\"". $this->stripbreaks(addslashes($subright)) ."\",\"". $this->stripbreaks(addslashes($body)) ."\"); // -->\n</script>\n";
} // close node function