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 da7e88e834
commit 37c7d91744

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