From: Dylan Lloyd Date: Thu, 2 Jan 2014 22:33:07 +0000 (+0000) Subject: declare charset immediately for streaming clients X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=91b1060a9de9dbb818256d4380a6913152f08d72;hp=0016cb69ecbf72c3da86e4ada4f2d08fd8cba4b2;p=dylansserver.git declare charset immediately for streaming clients --- diff --git a/view/archive.php b/view/archive.php index 5aa3e1a..4bc6db7 100644 --- a/view/archive.php +++ b/view/archive.php @@ -2,6 +2,7 @@ + <?php echo $this->title; ?> @@ -23,7 +24,6 @@ - diff --git a/view/index.php b/view/index.php index f9ec5ba..3f7d1f9 100644 --- a/view/index.php +++ b/view/index.php @@ -2,11 +2,11 @@ + <?php echo $this->title ?> - diff --git a/view/note.php b/view/note.php index 31f3f22..dfe0b58 100644 --- a/view/note.php +++ b/view/note.php @@ -2,6 +2,7 @@ + <?php echo $this->title; ?> @@ -23,7 +24,6 @@ - diff --git a/view/page.php b/view/page.php index 6be24b8..482f543 100644 --- a/view/page.php +++ b/view/page.php @@ -2,6 +2,7 @@ + <?php echo $this->title; ?> @@ -23,7 +24,6 @@ -