mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
Merge pull request #12557 from Thoulah/patch-1
fix mistake in documentation for Spaceless widget
This commit is contained in:
@ -32,7 +32,7 @@ use yii\base\Widget;
|
||||
*
|
||||
* ```html
|
||||
* <body>
|
||||
* <div class="navbar"><!-- other tags --></div><div class="content"><!-- other tags --></div></body>
|
||||
* <div class="nav-bar"><!-- tags --></div><div class="content"><!-- tags --></div></body>
|
||||
* ```
|
||||
*
|
||||
* This method is not designed for content compression (you should use `gzip` output compression to
|
||||
|
||||
Reference in New Issue
Block a user