changeset 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 2fa6b59e0210
files www/design.html www/history.html www/index.html
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/www/design.html	Thu Dec 28 18:18:30 2006 -0500
+++ b/www/design.html	Fri Dec 29 19:47:07 2006 -0500
@@ -1,4 +1,4 @@
-<!--#include "header.html" -->
+<!--#include file="header.html" -->
 
 <h1>The Firmware Linux build process</h1>
 
@@ -440,4 +440,4 @@
 either /var/root or /home/root, change the passwd entry to do this), and life
 is good.</p>
 
-<--#include "footer.html" -->
+<--#include file="footer.html" -->
--- a/www/history.html	Thu Dec 28 18:18:30 2006 -0500
+++ b/www/history.html	Fri Dec 29 19:47:07 2006 -0500
@@ -1,4 +1,4 @@
-<!--#include "header.html" -->
+<!--#include file="header.html" -->
 
 <b><h2>History</h2></b>
 
@@ -37,4 +37,4 @@
 
 <p>A snapshot of the old website is <a href=old>available here</a>.</p>
 
-<!--#include "footer.html" -->
+<!--#include file="footer.html" -->
--- 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" -->