Correction de l'xhtml sur les informations auteur, date et source
This commit is contained in:
parent
ac978e7bb9
commit
96ffc67920
1 changed files with 4 additions and 2 deletions
|
|
@ -45,7 +45,9 @@
|
|||
<div id="title">« {title} »</div>
|
||||
<div id="infos">
|
||||
<p id="description">{description:h}</p>
|
||||
<p id="author">© {author} : {date} : <a href="{source}">{lang.source}</a></p>
|
||||
<p id="author">© {author} </p>
|
||||
<p id="date"> {date} </p>
|
||||
<p id="source"><a href="{source}">{lang.source}</a></p>
|
||||
<p id="license">{lang.licence} : <a href="{license}">{license}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -71,4 +73,4 @@
|
|||
</body>
|
||||
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue