Making a child theme, but parent puts extra html tags???
-
Hi,
I am making a simple child theme. Just added the style.css and activate but i notice an extra html code block
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> </body> </html><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
just above the <html
Where in the parent theme should i look??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Making a child theme, but parent puts extra html tags???’ is closed to new replies.