mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
strip title out of html during import, pesky abiword behavior
This commit is contained in:
parent
c30101ab42
commit
4bea3a348e
2 changed files with 5 additions and 2 deletions
|
@ -100,7 +100,7 @@ else
|
|||
{
|
||||
//add data to buffer
|
||||
stdoutBuffer+=data.toString();
|
||||
|
||||
|
||||
//we're searching for the prompt, cause this means everything we need is in the buffer
|
||||
if(stdoutBuffer.search("AbiWord:>") != -1)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue