From 91b1060a9de9dbb818256d4380a6913152f08d72 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Thu, 2 Jan 2014 22:33:07 +0000 Subject: [PATCH] declare charset immediately for streaming clients --- view/archive.php | 2 +- view/index.php | 2 +- view/note.php | 2 +- view/page.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 @@ - -- 2.30.2