From 4f2873c1b7bb08a04b30e10c0a7a08ba49f5f601 Mon Sep 17 00:00:00 2001
From: Carsten Brandt <mail@cebe.cc>
Date: Mon, 24 Feb 2014 15:15:04 +0100
Subject: [PATCH] doc typo

---
 docs/guide/active-record.md | 2 +-
 docs/guide/title.md         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/guide/active-record.md b/docs/guide/active-record.md
index a489d3a..c54bb08 100644
--- a/docs/guide/active-record.md
+++ b/docs/guide/active-record.md
@@ -716,7 +716,7 @@ Important points are:
 Second, override [[yii\db\ActiveRecord::createQuery()]] to use the custom query class instead of the regular [[yii\db\ActiveQuery|ActiveQuery]].
 For the example above, you need to write the following code:
 
-```
+```php
 namespace app\models;
 
 use yii\db\ActiveRecord;
diff --git a/docs/guide/title.md b/docs/guide/title.md
index 8c7b25d..4653208 100644
--- a/docs/guide/title.md
+++ b/docs/guide/title.md
@@ -5,4 +5,4 @@ This tutorial is released under [the Terms of Yii Documentation](http://www.yiif
 
 All Rights Reserved.
 
-2014 (c) Yii Software LLC.
+&copy; 2014 Yii Software LLC.
--
libgit2 0.27.1