diff options
author | the_systech <the_systech@users.sourceforge.net> | 2001-12-28 20:11:09 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2001-12-28 20:11:09 +0000 |
commit | 608c2c542758fca63e840b9d67239fb56db95d26 (patch) | |
tree | 896e6cf4a2250f2b6633abfe2b840d4143e7a02a /phpBB/templates | |
parent | e3777f10cdd72d789754251cceb088aa16c2d8b1 (diff) | |
download | forums-608c2c542758fca63e840b9d67239fb56db95d26.tar forums-608c2c542758fca63e840b9d67239fb56db95d26.tar.gz forums-608c2c542758fca63e840b9d67239fb56db95d26.tar.bz2 forums-608c2c542758fca63e840b9d67239fb56db95d26.tar.xz forums-608c2c542758fca63e840b9d67239fb56db95d26.zip |
Fix for bug #488939.. Closing all tags also closes image tags :D
git-svn-id: file:///svn/phpbb/trunk@1734 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/posting_body.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/posting_body.tpl b/phpBB/templates/subSilver/posting_body.tpl index f114247757..bbf4df33b9 100644 --- a/phpBB/templates/subSilver/posting_body.tpl +++ b/phpBB/templates/subSilver/posting_body.tpl @@ -141,6 +141,7 @@ function bbstyle(bbnumber) { buttext = eval('document.post.addbbcode' + butnumber + '.value'); eval('document.post.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"'); } + imageTag = false; // All tags are closed including image tags :D document.post.message.focus(); return; } |