From a1b158334a4f2362caa5186f81b41c7cc32011a5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 8 Mar 2001 19:30:41 +0000 Subject: - more small improvements --- includes/function.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/function.inc') diff --git a/includes/function.inc b/includes/function.inc index 0308a5efc..1b206c500 100644 --- a/includes/function.inc +++ b/includes/function.inc @@ -88,7 +88,7 @@ function format_email($address) { function format_url($address, $description = "") { global $na; $description = ($description) ? $description : $address; - return ($address) ? "$description" : $na; + return ($address) ? "". check_output($description) ."" : $na; } ?> -- cgit v1.2.3