add html name space to avoid some errors

This commit is contained in:
scott%scott-macgregor.org 2003-07-30 18:45:16 +00:00
Родитель be08752872
Коммит 762ffb6fe5
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -33,6 +33,7 @@
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:html="http://www.w3.org/1999/xhtml"
id="addressbookWindow"
height="450"
width="750"

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

@ -28,6 +28,7 @@
@import url("chrome://messenger/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
/* ::::: tools menu icon ::::: */