diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-22 20:19:05 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-22 20:19:05 -0700 |
commit | 2f60f7f8348956a8b0ab7379a91e9dc3ffb81d9d (patch) | |
tree | cccf2b45522adfa56167bb0ecb136f22b2c681aa /subsilver2/template/attachment.html | |
parent | 3895d7e01054a38dd40d1e35c97a6c46709b92a7 (diff) | |
download | forum-themes-master.tar.gz forum-themes-master.tar.bz2 forum-themes-master.tar.xz forum-themes-master.zip |
Diffstat (limited to 'subsilver2/template/attachment.html')
-rw-r--r-- | subsilver2/template/attachment.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsilver2/template/attachment.html b/subsilver2/template/attachment.html index b5b547b..fca620b 100644 --- a/subsilver2/template/attachment.html +++ b/subsilver2/template/attachment.html @@ -72,7 +72,7 @@ <param name="controller" value="true"> <param name="autoplay" value="false" /> <param name="type" value="video/quicktime"> - <embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="320" height="285" type="video/quicktime" autoplay="false"> + <embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="320" height="285" type="video/quicktime" autoplay="false"></embed> </object> <!-- ELSEIF _file.S_RM_FILE --> <object id="rmstream_{_file.ATTACH_ID}" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="200" height="50"> |