]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook/smarty3/oembed_video.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / theme / diabook / smarty3 / oembed_video.tpl
index bdc73ad168b7a6eb4f4535c44ba3edcf16beca01..993b410e0b246ea42399df968302b215cc6b8cac 100644 (file)
@@ -2,7 +2,8 @@
  *     AUTOMATICALLY GENERATED TEMPLATE
  *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
  *
- *}}<a class="embed_yt" href='{{$embedurl}}' onclick='this.innerHTML=Base64.decode("{{$escapedhtml}}"); yt_iframe();javascript:$(this).parent().css("height", "450px"); return false;' style='float:left; margin: 1em; position: relative;'>
+ *}}
+<a class="embed_yt" href='{{$embedurl}}' onclick='this.innerHTML=Base64.decode("{{$escapedhtml}}"); yt_iframe();javascript:$(this).parent().css("height", "450px"); 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>