Clipper 1.3.1 Upgrade, simple child theme is completely trashed
I am running a very simple child theme for Clipper, which was working fine. I did the upgrade to 1.3.1 and now it is not loading properly. It seems to be inserting the entire page within Clipper theme's div class="w1", as shown below. Did anybody test child themes on this version. And if not, how do I get back to the old version.
This is a bit of the source from the About page. There should be no way for me to get the doctype in the middle of the content.
<div class="w1"> |
|
|
|
<!doctype html> |
|
<html dir="ltr" lang="en-US"> |
|
<!--[if lte IE 8 ]> <html lang="en" class="ie ie8"> <![endif]--> |
|
<!--[if IE 9 ]> <html lang="en" class="ie"> <![endif]--> |
|
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]--> |
|
<head profile="http://gmpg.org/xfn/11"> |
|