diff options
author | P. J. McDermott <pjm@nac.net> | 2012-05-26 22:21:40 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-05-26 22:21:40 (EDT) |
commit | 72668f58d72e715e2f56ab9d8a63546d773b70a7 (patch) | |
tree | 86b70557d1317a885e6a2c4c303b7d5e7741de41 /includes | |
parent | a322c82d835db24310f65462f1339a9f39b1399d (diff) |
Fix path to "news.html".
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/header.html b/includes/header.html index efdc189..54d7b40 100755 --- a/includes/header.html +++ b/includes/header.html @@ -47,7 +47,7 @@ <div> <h3>News</h3> <ul> -<!--#include file="includes/news.html" --> +<!--#include file="news.html" --> </ul> </div> </div> |