Skip to content

Commit

Permalink
Update layout-telechargement.html
Browse files Browse the repository at this point in the history
Suppression d'un espace dans l'URL
  • Loading branch information
M-Priour authored Jan 2, 2025
1 parent 4ec1029 commit de0761b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/layout-telechargement.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2 id="root">{{[type]}}: {{[title]}} - Telechargement</h2>
<td> Fichier Fhir Json </td>
</tr>
<tr>
<td><a href="#" onclick="window.open('./{{[type]}}-{{[id]}} .xml','_blank')">fhir</a> </td>
<td><a href="#" onclick="window.open('./{{[type]}}-{{[id]}}.xml','_blank')">fhir</a> </td>
<td> Fichier Fhir Xml </td>
</tr>

Expand Down

0 comments on commit de0761b

Please sign in to comment.