Преглед на файлове

Reverted back to Transitional Doctype #8294

tags/7.0.0.beta1
John Ahlroos преди 11 години
родител
ревизия
0c34d82bf9
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 4
    2
      server/src/com/vaadin/server/BootstrapHandler.java

+ 4
- 2
server/src/com/vaadin/server/BootstrapHandler.java Целия файл

@@ -207,10 +207,12 @@ public abstract class BootstrapHandler implements RequestHandler {

Document document = response.getDocument();

DocumentType doctype = new DocumentType("html", "", "",
DocumentType doctype = new DocumentType("html",
"-//W3C//DTD XHTML 1.0 Transitional//EN",
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd",
document.baseUri());

document.child(0).before(doctype);
document.body().parent().attr("xmlns", "http://www.w3.org/1999/xhtml");

Element head = document.head();
head.appendElement("meta").attr("http-equiv", "Content-Type")

Loading…
Отказ
Запис