mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
committed by
Oleg Gaidarenko
parent
a4133ffafa
commit
534f13025a
@@ -1,4 +1,4 @@
|
||||
define(function() {
|
||||
// Match a standalone tag
|
||||
return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/);
|
||||
return (/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user