Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Old Version fixes and change logs (http://forum.bytesforall.com/forumdisplay.php?f=37)
-   -   PATCH 3723-03: lack of a space in the <body..> when using 'HTML Inserts: Body Tag' (http://forum.bytesforall.com/showthread.php?t=23187)

juggledad May 12, 2015 04:48 AM

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()">
instead of this:
HTML Code:

<body class="home blog logged-in" onresize="OnResizeDocument()">
Most browsers seem to handle this fine, but to correct this you can either (1) edit 'header.php and change line 62 from
HTML Code:

<body <?php body_class(); ?><?php bfa_incl('html_inserts_body_tag'); ?>>
to
HTML Code:

<body <?php body_class(); ?> <?php bfa_incl('html_inserts_body_tag'); ?>>
or (2) download the attached file, unzip it and replace header.php with the fixed version.

This will be fixed in a future release.


All times are GMT -6. The time now is 05:21 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.