From 6b4617970f2c25ac852daab873f5374d611d5b7e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 31 Jul 2013 10:30:14 +0400 Subject: add text_languagedetect to guess article language for better hyphenation (bump schema) --- include/functions.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index cef0ea9eb..9d14aae7a 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@ "; - $rv['content'] .= "
"; + $rv['content'] .= "
"; $rv['content'] .= $line["content"]; $rv['content'] .= format_article_enclosures($id, -- cgit v1.2.3-54-g00ecf