From c147fb2585415516fdc1cfeee34e55112f67d374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?= Date: Tue, 26 Nov 2013 23:06:01 +0300 Subject: [PATCH 1/2] Update view.md --- docs/guide/view.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/guide/view.md b/docs/guide/view.md index ae86809..7161a5a 100644 --- a/docs/guide/view.md +++ b/docs/guide/view.md @@ -254,24 +254,24 @@ basic one without any widgets or extra markup. -beginPage(); ?> +beginPage() ?> <?= Html::encode($this->title) ?> - head(); ?> + head() ?> -beginBody(); ?> +beginBody() ?>
-endBody(); ?> +endBody() ?> -endPage(); ?> +endPage() ?> ``` In the markup above there's some code. First of all, `$content` is a variable that will contain result of views rendered From 4bc205ae375aea44cac25986158e07c890fdcd8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?= Date: Tue, 26 Nov 2013 23:06:44 +0300 Subject: [PATCH 2/2] Update form.md --- docs/guide/form.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/guide/form.md b/docs/guide/form.md index 98672b9..5f7082a 100644 --- a/docs/guide/form.md +++ b/docs/guide/form.md @@ -93,14 +93,14 @@ This will create all the `