From 47daccb4646b359ebfc4eaa7681f59b37a81e53f Mon Sep 17 00:00:00 2001 From: Jacky Jiang Date: Mon, 24 Mar 2014 13:44:35 +1030 Subject: [PATCH] link should be opened in a new window by default --- Parsedown.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Parsedown.php b/Parsedown.php index e3ed02a..ba7bf5e 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -1163,7 +1163,7 @@ class Parsedown $elementUrl = str_replace('&', '&', $elementUrl); $elementUrl = str_replace('<', '<', $elementUrl); - $markup .= ''.$elementUrl.''; + $markup .= ''.$elementUrl.''; $offset = strlen($matches[0]); } @@ -1240,7 +1240,7 @@ class Parsedown $elementUrl = str_replace('&', '&', $elementUrl); $elementUrl = str_replace('<', '<', $elementUrl); - $markup .= ''.$elementUrl.''; + $markup .= ''.$elementUrl.''; $offset = strlen($matches[0]); }