From d5e1e83e77e040553d6e1aa3e559253d2559ddab Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 16 Aug 2004 21:27:39 +0000 Subject: - Patch #9900 by Al: bugfix: don't display two
's. --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index f74700c5a..4e97888a6 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -517,7 +517,7 @@ function theme_error($message) { } function theme_more_help_link($url) { - return '
'; + return ''; } /** -- cgit v1.2.3