Skip to content

Commit 37c7d91

Browse files
committed
Set our HTML to tell browsers not to translate the page - closes #290
1 parent da7e88e commit 37c7d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/themes/architect/views/layouts/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html translate="no">
33
@section('htmlheader')
44
@include('architect::layouts.partials.htmlheader')
55
@show

0 commit comments

Comments
 (0)