From 69ec1a6996314221bcfdea1244d63abdfd20a201 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sat, 4 May 2002 18:56:43 +0000 Subject: - making sure the nodes call filter(). --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index 67eaeb80a..f58587556 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -641,7 +641,7 @@ function drupal_url($args = array(), $script = "node") { foreach ($args as $key => $value) { $t[] = "$key=". urlencode($value); } - return "$script.php?". implode("&", $t); + return htmlentities("$script.php?". implode("&", $t)); } /** -- cgit v1.2.3