Skip to content

Commit

Permalink
Grails 7: add layoutTitle to layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoehm committed Dec 17, 2024
1 parent b55b649 commit 8a3df41
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/extended/grails-app/views/layouts/register.gsp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html class="no-js" lang="">
<head>
<title><g:layoutTitle/></title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html class="no-js" lang="">
<head>
<title><g:layoutTitle/></title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
Expand Down
1 change: 1 addition & 0 deletions examples/simple/grails-app/views/layouts/register.gsp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html class="no-js" lang="">
<head>
<title><g:layoutTitle/></title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html class="no-js" lang="">
<head>
<title><g:layoutTitle/></title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
Expand Down
1 change: 1 addition & 0 deletions plugin/grails-app/views/layouts/register.gsp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html class="no-js" lang="">
<head>
<title><g:layoutTitle/></title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
Expand Down
1 change: 1 addition & 0 deletions plugin/grails-app/views/layouts/springSecurityUI.gsp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<html class="no-js" lang="">
<head>
<title><g:layoutTitle/></title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
Expand Down

0 comments on commit 8a3df41

Please sign in to comment.