Prevent pad translation and crash

Prevent "TypeError: Cannot read properties of null (reading 'sheet')"
exception because google chrome can translate `<style type="text/css" title="dynamicsyntax"></style>` title attribute
This commit is contained in:
Chocobozzz 2021-12-22 17:33:13 +01:00 committed by webzwo0i
parent cb257de8f9
commit 0cc15df9b9
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
;
%>
<!doctype html>
<html class="pad <%=pluginUtils.clientPluginNames().join(' '); %> <%=settings.skinVariants%>">
<html translate="no" class="pad <%=pluginUtils.clientPluginNames().join(' '); %> <%=settings.skinVariants%>">
<head>
<% e.begin_block("htmlHead"); %>
<% e.end_block(); %>