diff www/index.html @ 72:478178b9337b 0.1.0

SSI #include needs file=
author Rob Landley <rob@landley.net>
date Fri, 29 Dec 2006 19:47:07 -0500
parents f55a1dba637d
children a7c63aeaf7a9
line wrap: on
line diff
--- a/www/index.html	Thu Dec 28 18:18:30 2006 -0500
+++ b/www/index.html	Fri Dec 29 19:47:07 2006 -0500
@@ -1,4 +1,4 @@
-<!--#include "header.html" -->
+<!--#include file="header.html" -->
 <b><h1>News</h1></b>
 
 <h2>December 28, 2006</h2>
@@ -17,4 +17,4 @@
 
 <h2>August 6, 2006</h2>
 <p>Mecurial repository created.  Nothing to see yet, move along...</p>
-<!--#include "footer.html" -->
+<!--#include file="footer.html" -->