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 /essays | |
parent | 8bbd1a60d94f83d26cc0dc60269e9ef615f27cd1 (diff) | |
download | www-b14fd61896aee6b86c3cebe97c9fd1b14018e297.zip www-b14fd61896aee6b86c3cebe97c9fd1b14018e297.tar.gz www-b14fd61896aee6b86c3cebe97c9fd1b14018e297.tar.bz2 |
Remove "../" from "<!--#include virtual...".
Diffstat (limited to 'essays')
-rwxr-xr-x | essays/commercial-free-software.html | 4 | ||||
-rwxr-xr-x | essays/index.html | 4 | ||||
-rwxr-xr-x | essays/social-networking.html | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/essays/commercial-free-software.html b/essays/commercial-free-software.html index 2a9c724..4b9c489 100755 --- a/essays/commercial-free-software.html +++ b/essays/commercial-free-software.html @@ -1,5 +1,5 @@ <!--#set var="title" value="Commercial Free Software: Not an Oxymoron" --> -<!--#include virtual="../includes/header.html" --> +<!--#include virtual="/includes/header.html" --> <h2>Commercial Free Software: Not an Oxymoron</h2> <p> TODO: Clean up some wording, consider removing reference to Sencha Inc., @@ -348,4 +348,4 @@ <a href="http://www.gnu.org/philosophy/selling.html"><http://www.gnu.org/philosophy/selling.html></a>. </li> </ol> -<!--#include virtual="../includes/footer.html" --> +<!--#include virtual="/includes/footer.html" --> diff --git a/essays/index.html b/essays/index.html index 81a2ff6..6bc7f9d 100755 --- a/essays/index.html +++ b/essays/index.html @@ -1,5 +1,5 @@ <!--#set var="title" value="Essays" --> -<!--#include virtual="../includes/header.html" --> +<!--#include virtual="/includes/header.html" --> <h2>Essays</h2> <p> Here you will find essays containing facts and opinions about computing @@ -12,4 +12,4 @@ <li>Software as a Service: Lost in the Cloud</li> </ul> <h3>Copyright Law</h3> -<!--#include virtual="../includes/footer.html" --> +<!--#include virtual="/includes/footer.html" --> diff --git a/essays/social-networking.html b/essays/social-networking.html index 47acb13..22fec5b 100755 --- a/essays/social-networking.html +++ b/essays/social-networking.html @@ -1,5 +1,5 @@ <!--#set var="title" value="On Facebook, Google+, and Ethical Social Networking" --> -<!--#include virtual="../includes/header.html" --> +<!--#include virtual="/includes/header.html" --> <h2>On Facebook, Google+, and Ethical Social Networking</h2> <p> TO COME: An introduction and a section on Google+. @@ -347,4 +347,4 @@ <a href="http://blogs.fsfe.org/greve/?p=452"><http://blogs.fsfe.org/greve/?p=452></a>. </li> </ol> -<!--#include virtual="../includes/footer.html" --> +<!--#include virtual="/includes/footer.html" --> |