aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery/jquery.js
diff options
context:
space:
mode:
authorBrandon Aaron <brandon.aaron@gmail.com>2007-04-25 19:48:00 +0000
committerBrandon Aaron <brandon.aaron@gmail.com>2007-04-25 19:48:00 +0000
commit5fae496933cf4cad5826fbd871d0db455dc2947e (patch)
treecfc32807f397b0584e3775b3ad363d54e242a5a3 /src/jquery/jquery.js
parent958bed09da67c052dfa85c0bb8c0dc88873e5923 (diff)
downloadjquery-5fae496933cf4cad5826fbd871d0db455dc2947e.tar.gz
jquery-5fae496933cf4cad5826fbd871d0db455dc2947e.zip
Fix for #1086: Append all caps HTML tags
Diffstat (limited to 'src/jquery/jquery.js')
-rw-r--r--src/jquery/jquery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js
index a2a9b9f79..7b7218540 100644
--- a/src/jquery/jquery.js
+++ b/src/jquery/jquery.js
@@ -1479,7 +1479,7 @@ jQuery.extend({
// Convert html string into DOM nodes
if ( typeof arg == "string" ) {
// Trim whitespace, otherwise indexOf won't work as expected
- var s = jQuery.trim(arg), div = doc.createElement("div"), tb = [];
+ var s = jQuery.trim(arg).toLowerCase(), div = doc.createElement("div"), tb = [];
var wrap =
// option or optgroup