From edc7c0837b3b0a00fb4b4b06c2c82556fee90d09 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 21 Feb 2016 18:14:28 -0800 Subject: remove bookmark identifier from embedded links since they aren't bookmarkable without an associated taxonomy entry. --- include/oembed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/oembed.php b/include/oembed.php index cac0154f6..fb7a30e65 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -232,7 +232,7 @@ function oembed_format_object($j){ // add link to source if not present in "rich" type if ( $j->type!='rich' || !strpos($j->html,$embedurl) ){ $embedlink = (isset($j->title))?$j->title:$embedurl; - $ret .= '
#^' . "$embedlink"; + $ret .= '
' . "$embedlink"; $ret .= "
"; if (isset($j->author_name)) $ret.=" by ".$j->author_name; if (isset($j->provider_name)) $ret.=" on ".$j->provider_name; -- cgit v1.2.3