Set our HTML to tell browsers not to translate the page - closes #290

This commit is contained in:
Deon George 2025-03-01 19:58:27 +11:00
parent cfddc483ea
commit d07ee15bd3

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html translate="no">
@section('htmlheader') @section('htmlheader')
@include('architect::layouts.partials.htmlheader') @include('architect::layouts.partials.htmlheader')
@show @show