bug 56226, r=blake, sr=mscott, remove about attributes from NC:fileExtensions tags which causes barf (exception thrown) in helper apps pref code and such attributes are written out from prefs code anyways

This commit is contained in:
pchen%netscape.com 2001-02-06 06:29:53 +00:00
Родитель 8097b07638
Коммит ad2ae55415
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -14,8 +14,8 @@
<NC:value>text/html</NC:value>
<NC:description>Hypertext Document</NC:description>
<NC:editable>false</NC:editable>
<NC:fileExtensions about="urn:mimetype:extension:text/html:htm">htm</NC:fileExtensions>
<NC:fileExtensions about="urn:mimetype:extension:text/html:html">html</NC:fileExtensions>
<NC:fileExtensions>htm</NC:fileExtensions>
<NC:fileExtensions>html</NC:fileExtensions>
<NC:handlerProp>
<NC:handler about="urn:mimetype:handler:text/html">
<NC:saveToDisk>false</NC:saveToDisk>