Browse Source

Minor - Fix missing semi-column in embedded PHP, reported by flint-ci

Yannick Warnier 6 years ago
parent
commit
6283be4a45
2 changed files with 3 additions and 3 deletions
  1. 2 2
      custompages/index-unlogged-dist.php
  2. 1 1
      custompages/lostpassword-dist.php

+ 2 - 2
custompages/index-unlogged-dist.php

@@ -45,8 +45,8 @@ $rootWeb = api_get_path('WEB_PATH');
 	<title>Custompage - login</title>
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
-    <link rel="stylesheet" type="text/css" href="<?php echo $rootWeb ?>web/assets/bootstrap/dist/css/bootstrap.min.css" />
-    <link rel="stylesheet" type="text/css" href="<?php echo $rootWeb ?>web/assets/flag-icon-css/css/flag-icon.min.css" />
+    <link rel="stylesheet" type="text/css" href="<?php echo $rootWeb; ?>web/assets/bootstrap/dist/css/bootstrap.min.css" />
+    <link rel="stylesheet" type="text/css" href="<?php echo $rootWeb; ?>web/assets/flag-icon-css/css/flag-icon.min.css" />
 
     <script type="text/javascript" src="<?php echo $rootWeb; ?>web/assets/jquery/dist/jquery.min.js"></script>
     <script type="text/javascript" src="<?php echo $rootWeb; ?>web/assets/bootstrap/dist/js/bootstrap.min.js"></script>

+ 1 - 1
custompages/lostpassword-dist.php

@@ -16,7 +16,7 @@ $rootWeb = api_get_path('WEB_PATH');
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 	<script type="text/javascript" src="<?php echo $rootWeb; ?>web/assets/jquery/dist/jquery.min.js"></script>
 
-    <link rel="stylesheet" type="text/css" href="<?php echo $rootWeb ?>web/assets/bootstrap/dist/css/bootstrap.min.css" />
+    <link rel="stylesheet" type="text/css" href="<?php echo $rootWeb; ?>web/assets/bootstrap/dist/css/bootstrap.min.css" />
     <script type="text/javascript" src="<?php echo $rootWeb; ?>web/assets/bootstrap/dist/js/bootstrap.min.js"></script>
 
 	<script type="text/javascript">