diff --git a/templates/Header.php b/templates/Header.php index 571fe3f9..a8ad910a 100644 --- a/templates/Header.php +++ b/templates/Header.php @@ -18,12 +18,15 @@ if(!isset($manual)){ # We hash with crc32 because it's faster than md5 and "good enough" for this simple cache-busting use case -?> - +header('content-type: application/xhtml+xml'); +print(''); +print("\n"); +?> + <? if($title != ''){ ?><?= Formatter::ToPlainText($title) ?> - <? } ?>Standard Ebooks: Free and liberated ebooks, carefully produced for the true book lover. - + diff --git a/www/contribute/a-basic-standard-ebooks-source-folder.php b/www/contribute/a-basic-standard-ebooks-source-folder.php index 7ed0a34a..063e58c8 100644 --- a/www/contribute/a-basic-standard-ebooks-source-folder.php +++ b/www/contribute/a-basic-standard-ebooks-source-folder.php @@ -7,7 +7,7 @@ require_once('Core.php');

All Standard Ebooks source folders have the same basic structure. It looks a little like this:

- A tree view of a new Standard Ebooks draft folder + A tree view of a new Standard Ebooks draft folder