aboutsummaryrefslogtreecommitdiffstats
path: root/view/oembed_video.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-26 12:51:08 -0700
committerFriendika <info@friendika.com>2011-10-26 12:51:08 -0700
commit1aba538c96628468b84136386496ccc69050e810 (patch)
tree102830d438afcc8552db79a9284dc1555c8f9247 /view/oembed_video.tpl
parent9f5d7b254b4edef7e7d2ffa14eb7c3c03ea516fe (diff)
parent6a8b96709e13b04a0657c25b4538c160e2118131 (diff)
downloadvolse-hubzilla-1aba538c96628468b84136386496ccc69050e810.tar.gz
volse-hubzilla-1aba538c96628468b84136386496ccc69050e810.tar.bz2
volse-hubzilla-1aba538c96628468b84136386496ccc69050e810.zip
Merge branch 'pull'
Diffstat (limited to 'view/oembed_video.tpl')
-rw-r--r--view/oembed_video.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/oembed_video.tpl b/view/oembed_video.tpl
index 29b5149ba..5824d8d4e 100644
--- a/view/oembed_video.tpl
+++ b/view/oembed_video.tpl
@@ -1,4 +1,4 @@
-<a href='$embedurl' onclick='this.innerHTML=unescape("$escapedhtml").replace(/\+/g," "); return false;' style='float:left; margin: 1em; position: relative;'>
+<a href='$embedurl' onclick='this.innerHTML=Base64.decode("$escapedhtml"); return false;' style='float:left; margin: 1em; position: relative;'>
<img width='$tw' height='$th' src='$turl' >
<div style='position: absolute; top: 0px; left: 0px; width: $twpx; height: $thpx; background: url(images/icons/48/play.png) no-repeat center center;'></div>
</a>