Commit 5684eaf0 by Niek Oost

Replaced single quotes with double

parent 78d37e4d
...@@ -29,7 +29,7 @@ use yii\helpers\Html; ...@@ -29,7 +29,7 @@ use yii\helpers\Html;
* [ * [
* 'label' => 'Post Category', * 'label' => 'Post Category',
* 'url' => ['post-category/view', 'id' => 10], * 'url' => ['post-category/view', 'id' => 10],
* 'template' => '<li><b>{link}</b></li>\n', // template for this link only * 'template' => "<li><b>{link}</b></li>\n", // template for this link only
* ], * ],
* ['label' => 'Sample Post', 'url' => ['post/edit', 'id' => 1]], * ['label' => 'Sample Post', 'url' => ['post/edit', 'id' => 1]],
* 'Edit', * 'Edit',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment