Skip to content

Commit

Permalink
Update liste-vocabulaires.xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
eonm-pro authored Dec 20, 2023
1 parent 08c3ac6 commit cc29321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siteweb/.xslt/liste-vocabulaires.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<xsl:value-of select="format-date(./dct:modified, '[D01]/[M01]/[Y0001]')"/>
</xsl:variable>

<xsl:value-of select="concat('* **', $title, '**', ' ', $date, '&#10;')"/>
<xsl:value-of select="concat('* **', $title, '**', ' (dernière modification : ', $date, ') &#10;')"/>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>

0 comments on commit cc29321

Please sign in to comment.