From bb1f1a421b4d822183bd4e5e0d26c00796035aa7 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Tue, 5 Apr 2022 00:49:36 +0800 Subject: [PATCH] imdb input field width 99% --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)