Skip to content

Commit 16594aa

Browse files
authored
Merge pull request #7 from codeconsole/7.0.x-gsp-fix
grails.plugin.console == null
2 parents 4482e5d + 37a9e09 commit 16594aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/grails-app/views/console/index.gsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<g:render template="favicon" />
1010
<g:render template="css" />
1111

12-
<meta name="layout" content="${grailsApplication.config.grails.plugin.console.layout ?: 'console-plugin-layout'}"/>
12+
<meta name="layout" content="${grailsApplication.config['grails.plugin.console.layout'] ?: 'console-plugin-layout'}"/>
1313
</head>
1414

1515
<body style="visibility: hidden">

0 commit comments

Comments
 (0)