diff options
author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-05-25 18:44:35 +0000 |
---|---|---|
committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-05-25 18:44:35 +0000 |
commit | 9517a0015ecab89affbfcf4867da2b6bd1846e37 (patch) | |
tree | 5953a77cd873eb909f1acadc070a68e258ce8d3c /phpBB/templates | |
parent | a214f8cba52f2ae4a9908d7ae7580ceed1ddd125 (diff) | |
download | forums-9517a0015ecab89affbfcf4867da2b6bd1846e37.tar forums-9517a0015ecab89affbfcf4867da2b6bd1846e37.tar.gz forums-9517a0015ecab89affbfcf4867da2b6bd1846e37.tar.bz2 forums-9517a0015ecab89affbfcf4867da2b6bd1846e37.tar.xz forums-9517a0015ecab89affbfcf4867da2b6bd1846e37.zip |
Updated [flash] tag with width and height parameters
git-svn-id: file:///svn/phpbb/trunk@4058 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/bbcode.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/bbcode.html b/phpBB/templates/subSilver/bbcode.html index 3fc002f073..cef1416c01 100644 --- a/phpBB/templates/subSilver/bbcode.html +++ b/phpBB/templates/subSilver/bbcode.html @@ -1,7 +1,7 @@ <!-- BEGIN ulist_open --><ul><!-- END ulist_open --> <!-- BEGIN ulist_close --></ul><!-- END ulist_close --> -<!-- BEGIN olist_open --><ol type="{LIST_TYPE}"><!-- END olist_open --> +<!-- BEGIN olist_open --><ol style="list-style-type:{LIST_TYPE}"><!-- END olist_open --> <!-- BEGIN olist_close --></ol><!-- END olist_close --> <!-- BEGIN listitem --><li><!-- END listitem --> @@ -54,4 +54,4 @@ <!-- BEGIN email --><a href="mailto:{EMAIL}">{DESCRIPTION}</a><!-- END email --> -<!-- BEGIN flash --><object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0"><param name="movie" value="{URL}"><param name="play" value="1"><param name="loop" value="1"><param name="quality" value="high"><embed src="{URL}" play="1" loop="1" quality="high"></embed></object><!-- END flash -->
\ No newline at end of file +<!-- BEGIN flash --><object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="{WIDTH}" height="{HEIGHT}"><param name="movie" value="{URL}"><param name="play" value="1"><param name="loop" value="1"><param name="quality" value="high"><embed src="{URL}" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="{WIDTH}" height="{HEIGHT}" play="1" loop="1" quality="high"></embed></object><!-- END flash -->
\ No newline at end of file |