bug 263083: view-source now shows tokenizer-level errors, I forgot to check this in earlier. r=rbs sr=dmose

This commit is contained in:
mrbkap%gmail.com 2004-10-25 23:54:04 +00:00
Родитель 12e3bc78bd
Коммит a90d8757f4
2 изменённых файлов: 14 добавлений и 0 удалений

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

@ -109,3 +109,10 @@ pre {
color: steelblue;
font-style: italic;
}
.error, .error > .start-tag, .error > .end-tag,
.error > .comment, .error > .cdata, .error > .doctype,
.error > .pi, .error > .entity, .error > .attribute-name,
.error > .attribute-value {
color: red;
font-weight: bold;
}

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

@ -109,3 +109,10 @@ pre {
color: steelblue;
font-style: italic;
}
.error, .error > .start-tag, .error > .end-tag,
.error > .comment, .error > .cdata, .error > .doctype,
.error > .pi, .error > .entity, .error > .attribute-name,
.error > .attribute-value {
color: red;
font-weight: bold;
}