[FIX] Omission d'un '/' en fin de balise IMG => corrigé !
This commit is contained in:
parent
5243923526
commit
bad6ed0a2a
@ -3,7 +3,7 @@
|
||||
<a href="@@URL_ELEMENT@@" title="@@DESC_ELEMENT@@">@@TITRE_ELEMENT@@</a>
|
||||
</div>
|
||||
<div class="image">
|
||||
<img src="@@URL_IMAGE@@" alt="@@TITRE_IMAGE@@" title="@@DESC_IMAGE@@">
|
||||
<img src="@@URL_IMAGE@@" alt="@@TITRE_IMAGE@@" title="@@DESC_IMAGE@@" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user