Skip to content

Commit

Permalink
Fix coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Jul 8, 2023
1 parent a8ca706 commit 98f4c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Views/_layouts/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/
?>
<!doctype html>
<html lang="<?= App::language()->getCurrentLocale() ?>" dir="<?=
App::language()->getCurrentLocaleDirection() ?>">
<html lang="<?= App::language()->getCurrentLocale() ?>" dir="<?= App::language()
->getCurrentLocaleDirection() ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down

0 comments on commit 98f4c27

Please sign in to comment.