We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a14ce3 commit 566c5c7Copy full SHA for 566c5c7
src/Autolink.php
@@ -78,7 +78,7 @@ public function convert($text, $attribs = array())
78
$regex,
79
function($matches) use ($self, $attribs)
80
{
81
- preg_match('/[a-zA-Z]*\=\"(.*)\"/', $matches[0], $inElements);
+ preg_match('/[a-zA-Z]*\=\"(.*)/', $matches[0], $inElements);
82
83
if (!$inElements)
84
@@ -107,7 +107,7 @@ public function convertEmail($text, $attribs = array())
107
108
function($matches) use ($attribs)
109
110
111
112
113
0 commit comments