![]() |
PATCH 3723-03: lack of a space in the <body..> when using 'HTML Inserts: Body Tag'
1 Attachment(s)
when using the 'HTML Inserts: Body Tag' option a space is not added after the body clsasses in the <body...> statement so you end up with something like this:
HTML Code:
<body class="home blog logged-in"onresize="OnResizeDocument()"> HTML Code:
<body class="home blog logged-in" onresize="OnResizeDocument()"> HTML Code:
<body <?php body_class(); ?><?php bfa_incl('html_inserts_body_tag'); ?>> HTML Code:
<body <?php body_class(); ?> <?php bfa_incl('html_inserts_body_tag'); ?>> This will be fixed in a future release. |
All times are GMT -6. The time now is 05:35 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.