Skip to content

Commit 6555e29

Browse files
committed
Merge branch 'add-html-quote-entity'
2 parents bc96ed7 + 41dc0fe commit 6555e29

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

dist/Autolinker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/*!
1818
* Autolinker.js
19-
* 0.15.1
19+
* 0.15.2
2020
*
2121
* Copyright(c) 2015 Gregory Jacobs <[email protected]>
2222
* MIT Licensed. http://www.opensource.org/licenses/mit-license.php
@@ -210,7 +210,7 @@
210210
*
211211
* Ignoring &amp; as it could be part of a query string -- handling it separately.
212212
*/
213-
htmlCharacterEntitiesRegex: /(&nbsp;|&#160;|&lt;|&#60;|&gt;|&#62;)/gi,
213+
htmlCharacterEntitiesRegex: /(&nbsp;|&#160;|&lt;|&#60;|&gt;|&#62;|&quot;|&#34;|&#39;)/gi,
214214

215215
/**
216216
* @private

0 commit comments

Comments
 (0)