Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
202 views
in Themes by

Hi, in my page there was everything ok. today i visited my page and the templates was "crazy" xD

 

in the taglist all tags are inside <html> and <body> tags?!?!

 

yesterday everything was ok, today its broken

 

<ul class="qa-q-view-tag-list">
												<li class="qa-q-view-tag-item"><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body> <a href="../tag/religion" rel="tag" class="qa-tag-link">religion</a> </body></html>
</li>
<li class="qa-q-view-tag-item"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body> <a href="../tag/christentum" rel="tag" class="qa-tag-link">christentum</a> </body></html>
</li>
</ul>

1 Answer

+1 vote
by
Did you install any plugin?

If you haven't done anything in template or core, than might be an issue with any plugin. Cross check by disabling all plugin and see if it resolves the issue.
...