From: Mischa POSLAWSKY Date: Tue, 20 Jan 2015 18:55:07 +0000 (+0100) Subject: page: rename head/foot include files X-Git-Tag: v1.2^0 X-Git-Url: http://git.shiar.net/minimedit.git/commitdiff_plain/599086fed1782cf7af74d7745dc3808c4e2ad24a page: rename head/foot include files Replace initial common.html and footer.html by a more logical head.inc.html and foot.inc.html pair. --- diff --git a/404.html b/404.html index b55bf61..b88d082 100644 --- a/404.html +++ b/404.html @@ -1,4 +1,4 @@ - +

Niet gevonden

@@ -6,4 +6,4 @@ De gevraagde pagina bestaat niet.

- + diff --git a/edit.php b/edit.php index 28d866b..80a49eb 100755 --- a/edit.php +++ b/edit.php @@ -28,8 +28,8 @@ if (!strlen($upload)) { exit; } -$prepend = ''."\n\n"; -$append = "\n".''."\n"; +$prepend = ''."\n\n"; +$append = "\n".''."\n"; if (!file_put_contents($filename, $prepend . $upload . $append)) abort('500 save error', "fout bij schrijven van $filename"); diff --git a/footer.html b/foot.inc.html similarity index 100% rename from footer.html rename to foot.inc.html diff --git a/footer.inc.php b/foot.inc.php similarity index 100% rename from footer.inc.php rename to foot.inc.php