@@ -8,4 +8,4 @@ |
||
8 | 8 | $arr = \modules\blog\app\controller\Blog::getValues(); |
9 | 9 | |
10 | 10 | \core\App::setTitle(" ".$arr["blog"]["article"]["title"]); |
11 | - \core\App::setDescription("". $arr["blog"]["article"]["title"]); |
|
12 | 11 | \ No newline at end of file |
12 | + \core\App::setDescription("".$arr["blog"]["article"]["title"]); |
|
13 | 13 | \ No newline at end of file |