Revision: 13758
http://gate.svn.sourceforge.net/gate/?rev=13758&view=rev
Author: valyt
Date: 2011-04-26 11:12:47 +0000 (Tue, 26 Apr 2011)
Log Message:
-----------
Compilers and people sometimes differ.
Modified Paths:
--------------
mimir/trunk/grails-plugin-mimir/grails-app/taglib/gate/mimir/web/MimirTagLib.groovy
Modified:
mimir/trunk/grails-plugin-mimir/grails-app/taglib/gate/mimir/web/MimirTagLib.groovy
===================================================================
---
mimir/trunk/grails-plugin-mimir/grails-app/taglib/gate/mimir/web/MimirTagLib.groovy
2011-04-26 11:00:19 UTC (rev 13757)
+++
mimir/trunk/grails-plugin-mimir/grails-app/taglib/gate/mimir/web/MimirTagLib.groovy
2011-04-26 11:12:47 UTC (rev 13758)
@@ -68,7 +68,7 @@
def createIndexUrl = { attrs, body ->
if(attrs.urlBase) {
String urlBase = attrs.urlBase.toString()
- out << urlBase.endsWith('/') ? urlBase.substring(0, urlBase.length() -1)
: urlBase
+ out << (urlBase.endsWith('/') ? urlBase.substring(0, urlBase.length()
-1) : urlBase)
} else {
out << request.scheme
out << "://"
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today. Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs