Skip to content

Commit

Permalink
removed trailing 'm' character
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Aug 13, 2009
1 parent 17469e6 commit 2ace5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/views/plugin/showPlugin.gsp
Expand Up @@ -134,7 +134,7 @@
<gui:tab id="${wiki}Tab" label="${wiki[0].toUpperCase() + wiki[1..-1]}" active="${wiki == 'description'}">
<g:render template="../content/viewActions" model="${[content: plugin[wiki], update: wiki + 'Tab', editFormName: wiki + 'EditForm']}"/>
<div class='${wiki}, wikiPage'><wiki:text page="${plugin[wiki]?.title}" /></div>
m </gui:tab>
</gui:tab>
</g:each>
</gui:tabView>
</cache:text>
Expand Down

0 comments on commit 2ace5b9

Please sign in to comment.