Correction de l'indentation
This commit is contained in:
parent
17836fd225
commit
c58bee231f
21
index.php
21
index.php
@ -41,22 +41,17 @@ Bonne lecture ! -->
|
||||
|
||||
<body class="is-preload">
|
||||
|
||||
<?php
|
||||
|
||||
class Version
|
||||
{
|
||||
|
||||
public static function get()
|
||||
{
|
||||
$tag = trim(exec('git describe --tags --abbrev=0'));
|
||||
|
||||
return sprintf('%s', $tag);
|
||||
}
|
||||
<?php
|
||||
class Version {
|
||||
public static function get() {
|
||||
$tag = trim(exec('git describe --tags --abbrev=0'));
|
||||
return sprintf('%s', $tag);
|
||||
}
|
||||
}
|
||||
|
||||
// echo 'Version du site : ' . Version::get();
|
||||
// echo 'Version du site : ' . Version::get();
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
<!-- En-tête -->
|
||||
<section id="header">
|
||||
|
Loading…
Reference in New Issue
Block a user