diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-07-26 18:26:28 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-07-26 18:26:28 +0400 |
| commit | ac57b9dd19333db9bed34bc70d945568292b77de (patch) | |
| tree | 9ff2986aa5c0078e4ccc3c6a61809edf11b68f61 /include/functions.php | |
| parent | 1c8bcb580e046218ee9d07ec7d9f707fbd7b3219 (diff) | |
add experimental css hyphens support for english language
Diffstat (limited to 'include/functions.php')
| -rw-r--r-- | include/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php index ef5905fe2..ccf530d17 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3286,7 +3286,7 @@ } $rv['content'] .= "</div>"; - $rv['content'] .= "<div class=\"postContent\">"; + $rv['content'] .= "<div class=\"postContent\" lang=\"en\">"; $rv['content'] .= $line["content"]; $rv['content'] .= format_article_enclosures($id, |