Skip to content

Commit

Permalink
fix: missing lang attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Dec 21, 2023
1 parent 1e39924 commit 7e30ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{%- trans_default_domain 'EMSCoreBundle' -%}
<!DOCTYPE html>
<html>
<html lang="{{ app.request.locale }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down
2 changes: 1 addition & 1 deletion EMS/core-bundle/src/Resources/views/base.html.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{%- trans_default_domain 'EMSCoreBundle' -%}
<!DOCTYPE html>
<html>
<html lang="{{ app.request.locale }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down

0 comments on commit 7e30ea6

Please sign in to comment.