fix markdown

This commit is contained in:
joyqi 2013-11-27 20:25:26 +08:00
parent ecd7b5b8cf
commit 550a2e4245

View File

@ -1339,7 +1339,7 @@ class Markdown {
$url = $this->encodeAttribute($matches[2] . $matches[3]);
$link = "<a rel=\"nofollow\" href=\"$url\">$url</a>";
return '<' . $protocol . $link . '>' . $this->tail;
return '<' . $protocol . $this->hashPart($link) . '>' . $this->tail;
}
protected function _doAutoLinks_email_callback($matches) {