Skip to content

Commit

Permalink
body has lang (this is not a dynamic thing currently)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam S committed Feb 15, 2011
1 parent ef2dcc5 commit 38ad265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/extensions/dynamic-classes.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function thematic_bodyopen() {
if (apply_filters('thematic_show_bodyclass',TRUE)) {
// Creating the body class
if (!(THEMATIC_COMPATIBLE_BODY_CLASS)) {
echo '<body ';
echo '<body lang="en" ';
body_class();
echo '>' . "\n\n";
} else {
Expand All @@ -23,7 +23,7 @@ function thematic_bodyopen() {
echo '">' . "\n\n";
}
} else {
echo '<body>' . "\n\n";
echo '<body lang="en">' . "\n\n";
}
}

Expand Down

0 comments on commit 38ad265

Please sign in to comment.