From fb14df9faba492cd571ff59123633d97dd4c2ef2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 2 Jul 2000 11:21:00 +0000 Subject: * Fixed at least 5 bugs!!! :) --- functions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.inc') diff --git a/functions.inc b/functions.inc index 9ea6cfa9f..e118e98c5 100644 --- a/functions.inc +++ b/functions.inc @@ -106,8 +106,8 @@ function displayRelatedLinks($theme, $story) { } ### Default related links: - $content .= "
  • More about category\">$story->category.
  • "; - $content .= "
  • Also by aid\">$story->userid.
  • "; + $content .= "
  • More about category) ."\">$story->category.
  • "; + $content .= "
  • Also by userid) ."\">$story->userid.
  • "; $theme->box("Related links", $content); } -- cgit v1.2.3