Support titledefault in tabbed browsing.

This commit is contained in:
hyatt%mozilla.org 2003-08-08 18:59:40 +00:00
Родитель 268daa9018
Коммит e8da17fe4b
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -352,6 +352,9 @@
if (this.docShell.contentViewer)
docTitle = this.contentDocument.title;
if (!docTitle)
docTitle = this.ownerDocument.documentElement.getAttribute("titledefault");
if (docTitle) {
newTitle += this.ownerDocument.documentElement.getAttribute("titlepreface");
newTitle += docTitle;