From 608c2c542758fca63e840b9d67239fb56db95d26 Mon Sep 17 00:00:00 2001 From: the_systech Date: Fri, 28 Dec 2001 20:11:09 +0000 Subject: [PATCH] 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 --- phpBB/templates/subSilver/posting_body.tpl | 1 + 1 file changed, 1 insertion(+) 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; }