Passed
Push — master ( 5e39e5...d58d86 )
by Anthony
03:52
created
admin/views/template/principal.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@  discard block
 block discarded – undo
7 7
 		<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
8 8
 		<link rel="stylesheet" type="text/css" href="<?=WEBROOT?>admin/views/template/css/style.css">
9 9
 		<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
10
-		<?php require_once(ROOT."admin/views/template/js/menu.php");?>
10
+		<?php require_once(ROOT."admin/views/template/js/menu.php"); ?>
11 11
 		
12 12
 		<!-- Les librairies utlisées -->
13 13
 		<link rel="stylesheet" type="text/css" href="<?=LIBSWEBROOT?>popup/css/style.css">
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
 	</head>
18 18
 	<?=\core\HTML\flashmessage\FlashMessage::getFlash(); ?>
19 19
 	<body>
20
-		<nav class="menu <?php if (($_SESSION["menu_plie".CLEF_SITE] == "deplie") || (!isset($_SESSION["menu_plie".CLEF_SITE]))):?>active<?php endif;?>">
20
+		<nav class="menu <?php if (($_SESSION["menu_plie".CLEF_SITE] == "deplie") || (!isset($_SESSION["menu_plie".CLEF_SITE]))):?>active<?php endif; ?>">
21 21
 			<div class="titre">
22 22
 				<h1>Ribs V0.1</h1>
23 23
 				<i class="fa fa-bars"></i>
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
 										<a href="<?=ADMWEBROOT?>notifications"><i class="fa fa-bell  <?php if ($admin->getNotification() == 1):?> animated infinite swing<?php endif; ?>"></i></a>
40 40
 									</div>
41 41
 								</div>
42
-							<?php endif;?>
42
+							<?php endif; ?>
43 43
 							<div class="colonne">
44 44
 								<div class="config">
45 45
 									<a href="<?=ADMWEBROOT?>configuration/index"><i class="fa fa-gear"></i></a>
Please login to merge, or discard this patch.