Skip to content

Commit

Permalink
removed duplicate region name
Browse files Browse the repository at this point in the history
  • Loading branch information
djtfmartin committed Feb 16, 2018
1 parent 14c91de commit 04e768d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CollectoryGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class CollectoryGrailsPlugin {
def authenticateService

// the plugin version
def version = "1.9"
def version = "1.9.1"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "2.5 > *"
// resources that are excluded from plugin packaging
Expand Down
2 changes: 1 addition & 1 deletion grails-app/views/public/map3.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="message">${flash.message}</div>
</g:if>
<div class="hrgroup">
<h1>${raw(grailsApplication.config.regionName)} <g:message code="public.map3.header.title" args="[raw(grailsApplication.config.regionName)]"/></h1>
<h1><g:message code="public.map3.header.title" args="[raw(grailsApplication.config.regionName)]"/></h1>
<p><g:message code="public.map3.header.des01" /> ${grailsApplication.config.projectNameShort} <g:message code="public.map3.header.des02" args="[raw(grailsApplication.config.regionName)]"/>.</p>
</div><!--close hrgroup-->
</div><!--close section-->
Expand Down

0 comments on commit 04e768d

Please sign in to comment.