Skip to content

Commit

Permalink
Minor GSP fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdos committed Aug 23, 2024
1 parent 85fa1d5 commit 200ed14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/views/notFound.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Page Not Found</title>
<meta name="layout" content="${grailsApplication.config.getProperty('skin.name')}">
<meta name="layout" content="${grailsApplication.config.getProperty('skin.layout')}">
<g:if env="development"><asset:stylesheet src="errors.css"/></g:if>
</head>
<body>
Expand Down

0 comments on commit 200ed14

Please sign in to comment.