From 9723a57f4ca309da030f6d2aaf6d1e3d3ca2136e Mon Sep 17 00:00:00 2001 From: mensonge Date: Wed, 3 Dec 2008 11:11:08 +0000 Subject: Bug fix: correct get title function (missing ) ) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@189 b3834d28-1941-0410-a4f8-b48e95affb8f --- ajaxGetTitle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ajaxGetTitle.php') diff --git a/ajaxGetTitle.php b/ajaxGetTitle.php index 2bec47c..fc895db 100644 --- a/ajaxGetTitle.php +++ b/ajaxGetTitle.php @@ -43,7 +43,7 @@ function getTitle($url) { $encoding = strtoupper($matches[1][0]); // Convert to UTF-8 from the original encoding - if (function_exists("mb_convert_encoding") { + if (function_exists("mb_convert_encoding")) { $title = @mb_convert_encoding($title, 'UTF-8', $encoding); } -- cgit v1.2.3-54-g00ecf