mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
55_InfoPanel: add meta tag to prevent translation popup in google
git-svn-id: https://svn.fhem.de/fhem/trunk@19497 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
02a519ec5a
commit
07dc31b742
@ -1430,7 +1430,8 @@ sub btIP_HTMLHead {
|
||||
|
||||
my $r = (defined($refresh) && $refresh) ? "<meta http-equiv=\"refresh\" content=\"$refresh\"/>" : "";
|
||||
my $scripts = btIP_getScript($name);
|
||||
my $meta = "<meta charset=\"UTF-8\">";
|
||||
my $meta = "<meta charset=\"UTF-8\">"."\n";
|
||||
$meta .= "<meta name=\"google\" content=\"notranslate\">";
|
||||
my $code = "$doctype\n<html $xmlns>\n<head>\n<title>$title</title>\n$meta\n$r\n$viewport\n$webApp\n$scripts</head>\n";
|
||||
return $code;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user