Customizing FAQ (or any other meta page) removes "meta" CSS class from body tag.

When I customize the text of my FAQ, About or Privacy Policy pages, the meta CSS class is removed from the <body> tag when I view the corresponding page in my browser:

Stock FAQ Page

Stock FAQ page in web inspector with <code>meta</code> CSS class in <code>&lt;body&gt;</code> tag called out

Custom FAQ Page

Custom FAQ page in web inspector with noticeably different formatting and lack of <code>meta</code> CSS class in <code>&lt;body&gt;</code> tag called out

Notice that the lack of meta CSS class makes the formatting... well, awful.

I can work around this by surrounding my custom content with <div class="meta">...</div>, but that's really just a workaround; the nature/purpose of a meta page shouldn't change just because an administrator customizes the content.

Incidentally, the title of the FAQ page changes from "Frequently Asked Questions (FAQ)" to "FAQ" when I add custom content as well, though that's a more minor issue.

todofixthis's avatar
1.3k
todofixthis
asked 2012-03-21 18:53:09 -0500, updated 2012-04-14 15:40:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments