Fixed a goofy bug in Goofy :)

3-00
Steven Wittens 2001-05-27 20:45:39 +00:00
parent 356df28e4e
commit b574833210
1 changed files with 1 additions and 1 deletions

View File

@ -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