Repository: wicket Updated Branches: refs/heads/wicket-6.x f14a03565 -> deac7db43
more precise time information for guide generation Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/deac7db4 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/deac7db4 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/deac7db4 Branch: refs/heads/wicket-6.x Commit: deac7db43edfee01290836102e0355074e41a0e3 Parents: f14a035 Author: Tobias Soloschenko <[email protected]> Authored: Thu Apr 30 20:12:08 2015 +0200 Committer: Tobias Soloschenko <[email protected]> Committed: Thu Apr 30 20:12:08 2015 +0200 ---------------------------------------------------------------------- wicket-user-guide/grails-app/conf/Config.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/deac7db4/wicket-user-guide/grails-app/conf/Config.groovy ---------------------------------------------------------------------- diff --git a/wicket-user-guide/grails-app/conf/Config.groovy b/wicket-user-guide/grails-app/conf/Config.groovy index d5cd981..c34c4d3 100644 --- a/wicket-user-guide/grails-app/conf/Config.groovy +++ b/wicket-user-guide/grails-app/conf/Config.groovy @@ -103,5 +103,5 @@ grails.doc.logo = """<a href="/" target="_blank"><img height="80px" src="http:// grails.doc.sponsorLogo = """<a href="http://www.apache.org/" target="_blank"><img height="60px" src="http://ci.apache.org/projects/wicket/guide/6.x/img/asf_logo.gif"/></a>""" grails.doc.copyright=""" Copyright © 2013-2015 â <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a> - â <b style="color:#E8590A !important;">(Generated on: """ + (new Date()).format('yyyy-MM-dd') + """)</b> + â <b style="color:#E8590A !important;">(Generated on: """ + (new Date()).format('yyyy-MM-dd - HH:mm:ss Z') + """)</b> """
