diff options
Diffstat (limited to 'ajaxGetTitle.php')
-rw-r--r-- | ajaxGetTitle.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |