Bug 158227 "fontdef" is appearing in Site Navigation Bar

patch by gregvalure@wanderlife.com r=timeless sr=jst a=dbaron
This commit is contained in:
timeless%mac.com 2002-10-24 10:52:04 +00:00
Родитель 86a5bceb04
Коммит 9992f966e2
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -196,6 +196,7 @@ function()
var testVal = this.relValues[i].toLowerCase();
if ((testVal == "stylesheet") ||
(testVal == "icon") ||
(testVal == "fontdef") ||
(testVal.match(/^p3pv/)) ||
(testVal.match(/^schema./)))
return true;