mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@6530 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b399902357
commit
0b838cec29
1 changed files with 3 additions and 0 deletions
|
@ -201,6 +201,9 @@ function addquote(post_id, username)
|
||||||
{
|
{
|
||||||
theSelection = divarea.innerHTML.replace(/<br>/ig, '\n');
|
theSelection = divarea.innerHTML.replace(/<br>/ig, '\n');
|
||||||
theSelection = theSelection.replace(/<br\/>/ig, '\n');
|
theSelection = theSelection.replace(/<br\/>/ig, '\n');
|
||||||
|
theSelection = theSelection.replace(/<\;/ig, '<');
|
||||||
|
theSelection = theSelection.replace(/>\;/ig, '>');
|
||||||
|
theSelection = theSelection.replace(/&\;/ig, '&');
|
||||||
}
|
}
|
||||||
else if (document.all)
|
else if (document.all)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue