diff --git a/include/functions.php b/include/functions.php
index bed69862..19ea3952 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1078,7 +1078,7 @@ function get_external_tr($imdb_url = "")
global $lang_functions;
global $showextinfo;
$imdbNumber = parse_imdb_id($imdb_url);
- ($showextinfo['imdb'] == 'yes' ? tr($lang_functions['row_imdb_url'], "
".$lang_functions['text_imdb_url_note']."", 1) : "");
+ ($showextinfo['imdb'] == 'yes' ? tr($lang_functions['row_imdb_url'], "
".$lang_functions['text_imdb_url_note']."", 1) : "");
}
function get_torrent_extinfo_identifier($torrentid)