Fixed a goofy bug in Goofy :)
parent
356df28e4e
commit
b574833210
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue