aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/oembed_video.tpl
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-07-16 18:08:26 +0100
committerThomas Willingham <founder@kakste.com>2013-07-16 18:08:26 +0100
commit328ebda77a44bfeaa3ac5455a4713db402bc54bf (patch)
tree349eecab6672169d4508ff694aa399511acfcdb2 /view/tpl/oembed_video.tpl
parentcc91036350e402a7aa0ab4645981327ebefb8e15 (diff)
downloadvolse-hubzilla-328ebda77a44bfeaa3ac5455a4713db402bc54bf.tar.gz
volse-hubzilla-328ebda77a44bfeaa3ac5455a4713db402bc54bf.tar.bz2
volse-hubzilla-328ebda77a44bfeaa3ac5455a4713db402bc54bf.zip
Kill autogenerated warnings, plus a typo.
Diffstat (limited to 'view/tpl/oembed_video.tpl')
-rwxr-xr-xview/tpl/oembed_video.tpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/view/tpl/oembed_video.tpl b/view/tpl/oembed_video.tpl
index bdfa11509..4ad75a82e 100755
--- a/view/tpl/oembed_video.tpl
+++ b/view/tpl/oembed_video.tpl
@@ -1,8 +1,3 @@
-{{*
- * AUTOMATICALLY GENERATED TEMPLATE
- * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
<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({{$baseurl}}/images/icons/48/play.png) no-repeat center center;'></div>