Commit b1c1c4dc31d2ee2cbf7bf806bd96e61e66d20bca

Authored by Etienne Pallier
1 parent ec7ea53f

petit bugfix typo

Showing 2 changed files with 5 additions and 4 deletions   Show diff stats
README-LABINVENT.md
... ... @@ -53,9 +53,10 @@ Logiciel testé et validé sur les configurations suivantes :
53 53  
54 54 VERSION ACTUELLE
55 55  
56   -Date: 30/06/2017
57   -Version: 2.7.0
  56 +Date: 05/07/2017
  57 +Version: 2.7.0.1
58 58 -> Passage de Cakephp3.2 à 3.4, Phpunit 5 à 6, et compatibilité avec Php5.6 et 7
  59 + (petit bugfix)
59 60  
60 61 Version majeure en cours (2.7): https://projects.irap.omp.eu/versions/162
61 62  
... ...
src/Template/Layout/default.ctp
... ... @@ -28,7 +28,7 @@ $cakeDescription = 'Labinvent 2';
28 28 <?=$cakeDescription?>
29 29 </title>
30 30 <?=$this->Html->meta('icon')?>
31   - <?//ajout EP pour tester: =$this->Html->css('cake')?>
  31 + <?php //ajout EP pour tester: =$this->Html->css('cake') ?>
32 32 <?=$this->Html->css('inventirap')?>
33 33 <?=$this->Html->css('font-awesome')?>
34 34 <?=$this->Html->script('jquery.min')?>
... ... @@ -103,7 +103,7 @@ $cakeDescription = &#39;Labinvent 2&#39;;
103 103 </i></td>
104 104 <td id="version">
105 105 <!-- VERSION M.m.f.b (version (M)ajeure, version (m)ineure, numero de nouvelle (f)onctionnalite, numero de (b)ugfix) -->
106   - <font color="black">VERSION 2.7.0 (30/06/2017)</font>
  106 + <font color="black">VERSION 2.7.0.1 (05/07/2017)</font>
107 107 <br/>
108 108 <font color="black"><a href="<?php
109 109  
... ...