strip title out of html during import, pesky abiword behavior

This commit is contained in:
John McLear 2013-09-21 23:29:32 +01:00
parent c30101ab42
commit 4bea3a348e
2 changed files with 5 additions and 2 deletions

View file

@ -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)
{