Author: cmpilato
Date: Tue May 10 16:39:14 2011
New Revision: 1101535
URL: http://svn.apache.org/viewvc?rev=1101535&view=rev
Log:
* site/publish/download/index.html
Fix the path to the download.cgi script.
Modified:
subversion/site/publish/download/index.html
Modified: subversion/site/publish/download/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/download/index.html?rev=1101535&r1=1101534&r2=1101535&view=diff
==============================================================================
--- subversion/site/publish/download/index.html (original)
+++ subversion/site/publish/download/index.html Tue May 10 16:39:14 2011
@@ -15,7 +15,7 @@
<div id="site-content">
<!--#include virtual="/site-notice.html" -->
-<!--#exec cgi="/download.cgi" -->
+<!--#exec cgi="/download/download.cgi" -->
</div> <!-- #site-content -->
</body>