duree - title

This commit is contained in:
fred 2023-01-07 19:05:07 +01:00
parent c7db4ba4a3
commit 1b3c488d2d
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
pageGifs.forEach((gif, i) => {
output += `
<a href="_LIBRA_${pageUrls[i]}">
<img src="_LIBRA_${gif}" title="${pageTitles[i]} ${pageDurees[i]} " />
<img src="_LIBRA_${gif}" title="${pageDurees[i]} - ${pageTitles[i]}" />
</a>
`;
});