Index: trunk/phase3/resources/jquery/jquery.textSelection.js |
— | — | @@ -414,7 +414,7 @@ |
415 | 415 | 'ownline': false, // Put the inserted text on a line of its own |
416 | 416 | 'replace': false, // If there is a selection, replace it with peri instead of leaving it alone |
417 | 417 | 'selectPeri': true, // Select the peri text if it was inserted (but not if there was a selection and replace==false) |
418 | | - 'splitlines': true // If multiple lines are selected, encapsulate each line individually |
| 418 | + 'splitlines': false // If multiple lines are selected, encapsulate each line individually |
419 | 419 | }, options ); |
420 | 420 | break; |
421 | 421 | case 'getCaretPosition': |