You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/09/04 04:35:11 UTC

svn commit: r278549 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml

Author: thorsten
Date: Sat Sep  3 19:35:07 2005
New Revision: 278549

URL: http://svn.apache.org/viewcvs?rev=278549&view=rev
Log:
reverted workaround for FOR-662

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml?rev=278549&r1=278548&r2=278549&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/templates/export-link.vt.xml Sat Sep  3 19:35:07 2005
@@ -18,10 +18,7 @@
 
 <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0" >
   <forrest:hook name="export-link">
-    <!--Fixme: FOR-662
-      <forrest:contract name="content-source-xml-link"/>
-      -->
-    <forrest:contract name="content-xml-link"/>
+    <forrest:contract name="content-source-xml-link"/>
     <forrest:contract name="content-pdf-link"/>
   </forrest:hook>
 </forrest:template>