mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/9530] The prosilver problem in #9531 exists in subsilver2 editor.js
PHPBB3-9530
This commit is contained in:
parent
d147bdcd73
commit
a11fa9c738
1 changed files with 2 additions and 1 deletions
|
@ -196,7 +196,7 @@ function attach_inline(index, filename)
|
|||
/**
|
||||
* Add quote text to message
|
||||
*/
|
||||
function addquote(post_id, username)
|
||||
function addquote(post_id, username, l_wrote)
|
||||
{
|
||||
var message_name = 'message_' + post_id;
|
||||
var theSelection = '';
|
||||
|
@ -257,6 +257,7 @@ function addquote(post_id, username)
|
|||
}
|
||||
else
|
||||
{
|
||||
insert_text(username + ' ' + l_wrote + ':' + '\n');
|
||||
var lines = split_lines(theSelection);
|
||||
for (i = 0; i < lines.length; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue