Passed
Push — master ( 0080c0...c56527 )
by Anthony
03:10
created
admin/views/template/principal.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
 		<link rel="stylesheet" type="text/css" href="<?=LIBSWEBROOT?>reset_css/reset.css">
10 10
 		<link rel="stylesheet" type="text/css" href="<?=WEBROOT?>admin/views/template/css/style.css">
11 11
 		<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
12
-		<?php require_once(ROOT."admin/views/template/js/menu.php");?>
12
+		<?php require_once(ROOT."admin/views/template/js/menu.php"); ?>
13 13
 
14 14
 		<!-- Les librairies utlisées -->
15 15
 		<link rel="stylesheet" type="text/css" href="<?=LIBSWEBROOT?>popup/css/style.css">
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
 	</head>
20 20
 	<?=\core\HTML\flashmessage\FlashMessage::getFlash(); ?>
21 21
 	<body>
22
-		<nav class="menu <?php if ($_SESSION["menu_plie".CLEF_SITE] == "deplie"):?>active<?php endif;?>">
22
+		<nav class="menu <?php if ($_SESSION["menu_plie".CLEF_SITE] == "deplie"):?>active<?php endif; ?>">
23 23
 			<div class="titre">
24 24
 				<h1>Ribs V2.3.5.2</h1>
25 25
 				<i class="fa fa-bars"></i>
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
 							<ul>
35 35
 								<?php if ($droit_acces->getDroitAccesAction("CREATION COMPTE ADMIN")):?>
36 36
 									<li><i class="fa fa-user"></i><a href="<?=ADMWEBROOT?>gestion-comptes/creer-utilisateur">Créer un utilisateur</a></li>
37
-								<?php endif;?>
37
+								<?php endif; ?>
38 38
 							</ul>
39 39
 						</li>
40 40
 					<?php endif; ?>
Please login to merge, or discard this patch.