summaryrefslogtreecommitdiff
path: root/view/album.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/album.php')
-rw-r--r--view/album.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/album.php b/view/album.php
index 86f1e58..a9afbd9 100644
--- a/view/album.php
+++ b/view/album.php
@@ -23,7 +23,7 @@ echo "\n";
23?> 23?>
24 <header> 24 <header>
25 <div id="titre" > 25 <div id="titre" >
26 <span class="police_titre" ><?= $Albums->oneAlbum['titre'] ?> - <?= $Albums->oneAlbum['annee'] ?></span> 26 <div class="police_titre" ><?= $Albums->oneAlbum['titre'] ?> - <?= $Albums->oneAlbum['annee'] ?></div>
27 </div> 27 </div>
28 <div id="photo" ></div> 28 <div id="photo" ></div>
29 </header> 29 </header>