From 4ed1c2fcb6cbb6a0d5b8593f0513963b13513d63 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 17 Dec 2013 10:32:47 +0100 Subject: [PATCH] Fixed markup --- docs/guide/gii.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/gii.md b/docs/guide/gii.md index 880a2d0..0c40562 100644 --- a/docs/guide/gii.md +++ b/docs/guide/gii.md @@ -43,7 +43,7 @@ http://localhost/path/to/index.php?r=gii > Note: if you are accessing gii from another IP than localhost, access will be denied by default. You have to add allowed IPs to the configuration in this case: - +> ```php 'gii' => [ 'class' => 'yii\gii\Module',