зеркало из https://github.com/mozilla/pjs.git
12496: Fix XIF content comments
This commit is contained in:
Родитель
ce9530ad09
Коммит
275512cc1a
|
@ -328,9 +328,7 @@ void nsXIFConverter::AddContentComment(const nsString& aContent)
|
|||
{
|
||||
nsString tag(mComment);
|
||||
AddStartTag(tag, PR_FALSE);
|
||||
nsAutoString content;
|
||||
aContent.Mid(content, 4, aContent.Length() - 7);
|
||||
AddContent(content);
|
||||
AddContent(aContent);
|
||||
AddEndTag(tag, PR_FALSE);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче