From 4577182d2c771d3d2fec5f9a597d62511b5a8c8c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 29 Jul 2008 14:25:58 -0400 Subject: rel darcs-hash:20080729182558-84dde-3f3eab4da119cf57fb55896b114146fd72007824.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/util.php b/lib/util.php index dcdb921d6..13ce180b4 100644 --- a/lib/util.php +++ b/lib/util.php @@ -676,7 +676,7 @@ function common_render_content($text, $notice) { } function common_tag_link($tag) { - return '' . $tag . ''; + return ''; } function common_at_link($sender_id, $nickname) { -- cgit v1.2.3-54-g00ecf