diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-24 21:35:33 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-24 21:35:33 (EDT) |
commit | b14fd61896aee6b86c3cebe97c9fd1b14018e297 (patch) | |
tree | 1f13690151785a26989c5c265d7564dc1c2e5851 /talks | |
parent | 8bbd1a60d94f83d26cc0dc60269e9ef615f27cd1 (diff) | |
download | www-b14fd61896aee6b86c3cebe97c9fd1b14018e297.zip www-b14fd61896aee6b86c3cebe97c9fd1b14018e297.tar.gz www-b14fd61896aee6b86c3cebe97c9fd1b14018e297.tar.bz2 |
Remove "../" from "<!--#include virtual...".
Diffstat (limited to 'talks')
-rwxr-xr-x | talks/index.html | 4 | ||||
-rwxr-xr-x | talks/software-contracts/index.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/talks/index.html b/talks/index.html index d8d59d6..67b770b 100755 --- a/talks/index.html +++ b/talks/index.html @@ -1,5 +1,5 @@ <!--#set var="title" value="Talks" --> -<!--#include virtual="../includes/header.html" --> +<!--#include virtual="/includes/header.html" --> <h2>Talks</h2> <p> Here you will find information about some of the talks and presentations @@ -8,4 +8,4 @@ <ul> <li><a href="software-contracts/">Legal Validity of Software Contracts</a></li> </ul> -<!--#include virtual="../includes/footer.html" --> +<!--#include virtual="/includes/footer.html" --> diff --git a/talks/software-contracts/index.html b/talks/software-contracts/index.html index 158810f..bf878d8 100755 --- a/talks/software-contracts/index.html +++ b/talks/software-contracts/index.html @@ -1,5 +1,5 @@ <!--#set var="title" value="Legal Validity of Software Contracts" --> -<!--#include virtual="../../includes/header.html" --> +<!--#include virtual="/includes/header.html" --> <h2>Legal Validity of Software Contracts</h2> <p> This is a presentation that I gave in a law-related course at the New Jersey @@ -46,4 +46,4 @@ <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported license</a>. </p> -<!--#include virtual="../../includes/footer.html" --> +<!--#include virtual="/includes/footer.html" --> |