Revision: 1802
http://gatewiki.svn.sourceforge.net/gatewiki/?rev=1802&view=revAuthor: ian_roberts
Date: 2009-11-11 11:49:50 +0000 (Wed, 11 Nov 2009)
Log Message:
-----------
Relaxed the tao style sheet regex a bit, which should (a) make it work as it
was supposed to and (b) make it work for per-release userguides as well as the
top-level one.
Modified Paths:
--------------
trunk/site-plugins/gau/grails-app/views/layouts/cowguest.gsp
Modified: trunk/site-plugins/gau/grails-app/views/layouts/cowguest.gsp
===================================================================
--- trunk/site-plugins/gau/grails-app/views/layouts/cowguest.gsp 2009-11-10 18:58:37 UTC (rev 1801)
+++ trunk/site-plugins/gau/grails-app/views/layouts/cowguest.gsp 2009-11-11 11:49:50 UTC (rev 1802)
@@ -17,10 +17,10 @@
HTML changes so we have to pull in the htlatex-generated CSS directly.
--%>
<g:if test="${wiki?.id == 2 && pagePath}">
- <g:if test="${pagePath ==~ /\/sale\/tao\/split[^\/]*\.html/}">
+ <g:if test="${pagePath =~ /\/tao\/split[^\/]*\.html$/}">
<link rel="stylesheet" href="split.css" />
</g:if>
- <g:if test="${pagePath ==~ /\/sale\/tao\/index\.html/}">
+ <g:if test="${pagePath =~ /\/tao\/index\.html$/}">
<link rel="stylesheet" href="tao_main.css" />
</g:if>
</g:if>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.
http://p.sf.net/sfu/bobj-july_______________________________________________
gatewiki-commits mailing list
gatewiki-commits@...
https://lists.sourceforge.net/lists/listinfo/gatewiki-commits