From bf31a2a51276af44429201c48ae6ca1f79e6926e Mon Sep 17 00:00:00 2001 From: henoheno Date: Mon, 27 Jun 2005 23:18:07 +0900 Subject: [PATCH] BugTrack2/18: htmlspecialchars() is not needed (Pointed ot by SANO Masatoshi) --- lib/make_link.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/make_link.php b/lib/make_link.php index a792896..e25f7e4 100644 --- a/lib/make_link.php +++ b/lib/make_link.php @@ -1,6 +1,6 @@ *' . $id . ''; + strip_tags($note) . '">*' . $id . ''; return parent::setParam($page, $name, $body); } -- 2.11.0