diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-07-10 11:13:52 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-07-10 11:13:52 -0700 |
commit | c628ea8ddef1f3da46b48baf76097eca395b4608 (patch) | |
tree | 0123d998d40edaf24271fc8e480dbcd7d8804967 /includes | |
parent | 7191d0649aefc23924a741a0d0151df7cc04ebc2 (diff) | |
download | brdo-c628ea8ddef1f3da46b48baf76097eca395b4608.tar.gz brdo-c628ea8ddef1f3da46b48baf76097eca395b4608.tar.bz2 |
- #1180100 by barbi: Fixed drupal_attributes() doc should mention the space at beginning of return value.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |