Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbl committed Jan 31, 2021
1 parent 52a4f01 commit 1853986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parser/LinkParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function parse($text)
continue;
}

$text = str_replace($link, $this->modifyLink($link), $text);
$text = str_replace("{$link}\"", $this->modifyLink($link).'"', $text);
}

return $text;
Expand Down

0 comments on commit 1853986

Please sign in to comment.