diff --git a/mozilla/content/xml/tests/toc/toc.js b/mozilla/content/xml/tests/toc/toc.js index 17c94923427..758d8c7b0a4 100644 --- a/mozilla/content/xml/tests/toc/toc.js +++ b/mozilla/content/xml/tests/toc/toc.js @@ -67,7 +67,7 @@ function addToToc(root, tocFrame) // Create the image and toggling container in the table of contents if (i < searchTags.length-1) { - var img = document.createElementNS("http://www.w3.org/1999/xhtml","html:img"); + var img = document.createElementNS("http://www.w3.org/1999/xhtml","img"); img.src = "minus.gif"; newTocElement.insertBefore(img,newTocLink); diff --git a/mozilla/editor/ui/composer/content/TextEditorAppShell.xul b/mozilla/editor/ui/composer/content/TextEditorAppShell.xul index f4a6649b422..c612a6e321d 100644 --- a/mozilla/editor/ui/composer/content/TextEditorAppShell.xul +++ b/mozilla/editor/ui/composer/content/TextEditorAppShell.xul @@ -38,7 +38,7 @@ - + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" + title="&window.title;" + onload="if( parent.handle ) parent.handle.onpageload( 'pref-publish' ); else parent.queuedTag = 'pref-publish';"> diff --git a/mozilla/editor/ui/composer/content/sb-file-panel.xul b/mozilla/editor/ui/composer/content/sb-file-panel.xul index f9d49d0f3f1..69e634e3c49 100644 --- a/mozilla/editor/ui/composer/content/sb-file-panel.xul +++ b/mozilla/editor/ui/composer/content/sb-file-panel.xul @@ -27,7 +27,6 @@ diff --git a/mozilla/editor/ui/dialogs/content/EdButtonProps.xul b/mozilla/editor/ui/dialogs/content/EdButtonProps.xul index e9f1115f440..d313d6e6b30 100644 --- a/mozilla/editor/ui/dialogs/content/EdButtonProps.xul +++ b/mozilla/editor/ui/dialogs/content/EdButtonProps.xul @@ -43,7 +43,6 @@