No bug, remove trailing whitespace on a CLOSED TREE

This commit is contained in:
Phil Ringnalda 2012-01-12 20:57:12 -08:00
Родитель 2537334d2c
Коммит 042da27b23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -104,7 +104,7 @@ nsScriptableUnescapeHTML::Unescape(const nsAString & aFromStr,
parser->Parse(aFromStr, 0, NS_LITERAL_CSTRING("text/html"),
true, eDTDMode_fragment);
return NS_OK;
}