From c628ea8ddef1f3da46b48baf76097eca395b4608 Mon Sep 17 00:00:00 2001 From: webchick Date: Sun, 10 Jul 2011 11:13:52 -0700 Subject: - #1180100 by barbi: Fixed drupal_attributes() doc should mention the space at beginning of return value. --- 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 97c32a078..b8cd55f5c 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -2255,7 +2255,7 @@ function drupal_http_header_attributes(array $attributes = array()) { * An associative array of key-value pairs to be converted to attributes. * * @return - * A string ready for insertion in a tag. + * A string ready for insertion in a tag (starts with a space). * * @ingroup sanitization */ -- cgit v1.2.3