Merge branch 'master' of github.com:jquery/jquery
authorjeresig <jeresig@gmail.com>
Mon, 30 Nov 2009 18:42:26 +0000 (13:42 -0500)
committerjeresig <jeresig@gmail.com>
Mon, 30 Nov 2009 18:42:26 +0000 (13:42 -0500)
src/core.js

index bdc6b2f..5da31e6 100644 (file)
@@ -32,7 +32,7 @@ var jQuery = function( selector, context ) {
        rtrim = /(\s|\u00A0)+|(\s|\u00A0)+$/g,
 
        // Match a standalone tag
-       rsingleTag = /<(\w+)\s*\/?>(?:<\/\1>)?$/,
+       rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>)?$/,
 
        // Keep a UserAgent string for use with jQuery.browser
        userAgent = navigator.userAgent.toLowerCase(),