diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-10-26 05:28:17 -0700 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-10-26 05:28:17 -0700 |
commit | 6a8b96709e13b04a0657c25b4538c160e2118131 (patch) | |
tree | e33f08ec7912966a52170c55b6180eb6210abbc0 /view/oembed_video.tpl | |
parent | 6d6136cdb5a2149037c3cf315b3fa81a72bd7d55 (diff) | |
parent | 7060debeca0d1c36871611a00c150850042b69c1 (diff) | |
download | volse-hubzilla-6a8b96709e13b04a0657c25b4538c160e2118131.tar.gz volse-hubzilla-6a8b96709e13b04a0657c25b4538c160e2118131.tar.bz2 volse-hubzilla-6a8b96709e13b04a0657c25b4538c160e2118131.zip |
Merge pull request #37 from fabrixxm/master
autocomplete contacts metions
Diffstat (limited to 'view/oembed_video.tpl')
-rw-r--r-- | view/oembed_video.tpl | 2 |
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> |