You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2007/04/09 17:29:49 UTC

svn commit: r526777 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/skinconf.xml

Author: rgardler
Date: Mon Apr  9 08:29:48 2007
New Revision: 526777

URL: http://svn.apache.org/viewvc?view=rev&rev=526777
Log:
Turn of PDF link as it causes static site build errors on image display pages.

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/skinconf.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/skinconf.xml?view=diff&rev=526777&r1=526776&r2=526777
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/src/documentation/skinconf.xml Mon Apr  9 08:29:48 2007
@@ -35,7 +35,7 @@
   <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
   <disable-print-link>true</disable-print-link>  
   <!-- Disable the PDF link? -->
-  <disable-pdf-link>false</disable-pdf-link>
+  <disable-pdf-link>true</disable-pdf-link>
   <!-- Disable the POD link? -->
   <disable-pod-link>true</disable-pod-link>
   <!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->