Browse Source

fix mistake in documentation for Spaceless widget

tags/2.0.10
Thoulah 8 years ago committed by GitHub
parent
commit
aff762bc54
  1. 2
      framework/widgets/Spaceless.php

2
framework/widgets/Spaceless.php

@ -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

Loading…
Cancel
Save