lift/lift_25_sbt

html5 and xhtml at the same time

vn971 opened this issue · 1 comments

Is it OK that in the default.html template it is said:
xmlns="http://www.w3.org/1999/xhtml"

and in Boot.scala:
LiftRules.htmlProperties.default.set((r: Req) =>
new Html5Properties(r.userAgent))
?

BTW, a very useful project, thank you very much.)

dpp commented

Please discuss issues on the Lift mailing list before opening tickets.