Passed
Push — master ( 517a2a...57bcce )
by Anthony
02:58
created
core/modules/GestionModule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 			$query = $dbc->select()->from("module")->where("activer", "=", 1, "AND")->where("installer", "=", 1)->get();
45 45
 
46 46
 			if ((is_array($query)) && (count($query) > 0)) {
47
-				$id_module = [];$url = [];$nom = [];$version = [];$icone = [];
47
+				$id_module = []; $url = []; $nom = []; $version = []; $icone = [];
48 48
 
49 49
 				foreach ($query as $obj) {
50 50
 					$id_module[] = $obj->ID_module;
Please login to merge, or discard this patch.
core/admin/contenus/GestionContenus.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@
 block discarded – undo
244 244
 				
245 245
 				$err_balise_title = $this->getTestBaliseTitle($balise_title, $id_page);
246 246
 				$err_url = $this->getTestUrl($url, $id_page);
247
-				$err_meta_description = $this->getTestMetaDescription($meta_description , $id_page);
247
+				$err_meta_description = $this->getTestMetaDescription($meta_description, $id_page);
248 248
 				$err_titre_page = $this->getTestTitrePage($titre_page, $id_page);
249 249
 				
250 250
 				if ($this->erreur !== true) {
Please login to merge, or discard this patch.