From 757603220ac6501e9c4ffd2479e97f17297913a5 Mon Sep 17 00:00:00 2001 From: Luciano Baraglia Date: Thu, 24 Oct 2013 02:38:45 -0300 Subject: [PATCH] More on short echo tags [skip ci] --- framework/yii/gii/generators/module/templates/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/gii/generators/module/templates/view.php b/framework/yii/gii/generators/module/templates/view.php index 80dd6b5..41e8bbc 100644 --- a/framework/yii/gii/generators/module/templates/view.php +++ b/framework/yii/gii/generators/module/templates/view.php @@ -5,7 +5,7 @@ */ ?>
-

$this->context->action->uniqueId ?>

+

$this->context->action->uniqueId ?>

This is the view content for action "$this->context->action->id ?>". The action belongs to the controller "get_class($this->context) ?>"