We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4482e5d + 37a9e09 commit 16594aaCopy full SHA for 16594aa
plugin/grails-app/views/console/index.gsp
@@ -9,7 +9,7 @@
9
<g:render template="favicon" />
10
<g:render template="css" />
11
12
- <meta name="layout" content="${grailsApplication.config.grails.plugin.console.layout ?: 'console-plugin-layout'}"/>
+ <meta name="layout" content="${grailsApplication.config['grails.plugin.console.layout'] ?: 'console-plugin-layout'}"/>
13
</head>
14
15
<body style="visibility: hidden">
0 commit comments