Hi
When doing a full page edit the doctype keeps being converted to lowercase.
<!doctype html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
The doctype should be in Upper case e.g.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
When you move from html view to normal it makes it lower case. This is breaking w3c checking tools, any chance you can fix it?
Thanks