Zen Follower
- Join Date:
- Aug 2007
- Location:
- Fort Worth, Texas, United States
- Posts:
- 156
- Plugin Contributions:
- 0
Doctype for Admin
On my ZC1.5.0 shop, I noticed that my admin doctype is different from my main site. In admin, it uses <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">which causes IE9 to go in quirk mode. Very annoying.
My main shop site is using
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">Is there a reason for this? Can I go ahead an update my files to match my shop? I thought I would ask before going through all the files. UGH :blink: