summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-11-20 10:48:25 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-11-20 10:48:25 -0800
commit3611e1670591e657dd6e6000f98d061def471654 (patch)
tree7c06b1ca7d25f3480369f2fba2786bdc8038c077 /includes/common.inc
parent43fcd14b9d4272d8763b7acc741a7b273188ec66 (diff)
downloadbrdo-3611e1670591e657dd6e6000f98d061def471654.tar.gz
brdo-3611e1670591e657dd6e6000f98d061def471654.tar.bz2
Issue #2129867 by ar-jan: Fix HTML formatting in drupal_add_js docs.
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
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 &lt;script&gt;
+ * - defer: If set to TRUE, the defer attribute is set on the <script>
* tag. Defaults to FALSE.
* - cache: If set to FALSE, the JavaScript file is loaded anew on every page
* call; in other words, it is not cached. Used only when 'type' references