Skip to content

Commit e878f8a

Browse files
committed
Update to version 0.24.1
1 parent a5b53c2 commit e878f8a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/Autolinker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Autolinker.js
3-
* 0.24.0
3+
* 0.24.1
44
*
55
* Copyright(c) 2016 Gregory Jacobs <greg@greg-jacobs.com>
66
* MIT License
@@ -1588,7 +1588,7 @@ Autolinker.htmlParser.HtmlParser = Autolinker.Util.extend( Object, {
15881588

15891589
// Zero or more attributes following the tag name
15901590
'(?:',
1591-
'\\s+', // one or more whitespace chars before an attribute
1591+
'\\s*', // any number of whitespace chars before an attribute
15921592
nameEqualsValueRegex, // attr="value" (with optional ="value" part)
15931593
')*',
15941594

0 commit comments

Comments
 (0)