Completed
Push — master ( b5072f...a415fe )
by Anthony
02:09
created
app/controller/initialise/article.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,4 +8,4 @@
 block discarded – undo
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
Please login to merge, or discard this patch.