From 3611e1670591e657dd6e6000f98d061def471654 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 20 Nov 2013 10:48:25 -0800 Subject: Issue #2129867 by ar-jan: Fix HTML formatting in drupal_add_js docs. --- 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 de3189701..71651136b 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -4097,7 +4097,7 @@ function drupal_region_class($region) { * else being the same, JavaScript added by a call to drupal_add_js() that * happened later in the page request gets added to the page after one for * which drupal_add_js() happened earlier in the page request. - * - defer: If set to TRUE, the defer attribute is set on the <script> + * - defer: If set to TRUE, the defer attribute is set on the