1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 15:17:16 +01:00

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
This commit is contained in:
the_systech 2001-12-28 20:11:09 +00:00
parent e3777f10cd
commit 608c2c5427

View File

@ -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;
}