@@ -18,7 +18,7 @@ |
||
| 18 | 18 | */ |
| 19 | 19 | public function actionIndex($page = 'README.md') |
| 20 | 20 | { |
| 21 | - if (preg_match('/^docs\/images\/image\d+\.png$/',$page)) { |
|
| 21 | + if (preg_match('/^docs\/images\/image\d+\.png$/', $page)) { |
|
| 22 | 22 | $file = Yii::getAlias("@mdm/admin/{$page}"); |
| 23 | 23 | return Yii::$app->getResponse()->sendFile($file); |
| 24 | 24 | } |