codeconsole commented on code in PR #15585:
URL: https://github.com/apache/grails-core/pull/15585#discussion_r3139959654
##########
grails-gsp/grails-sitemesh3/src/main/groovy/org/grails/plugins/web/taglib/RenderSitemeshTagLib.groovy:
##########
@@ -109,18 +136,6 @@ class RenderSitemeshTagLib implements TagLibrary {
}
}
- /**
- * Invokes the body of this tag if the page property exists:<br/>
- *
- * <g:ifPageProperty name="meta.index">body to
invoke</g:ifPageProperty><br/>
- *
- * or it equals a certain value:<br/>
- *
- * <g:ifPageProperty name="meta.index" equals="blah">body to
invoke</g:ifPageProperty>
- *
- * @attr name REQUIRED the property name
- * @attr equals optional value to test against
- */
Review Comment:
Restored
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]