Skip to content

Commit

Permalink
Merge pull request #1186 from EcrituresNumeriques/fix/1185-1067
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot authored Jan 21, 2025
2 parents a947d9a + 21cc535 commit f59bc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/components/Export.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function Export({
? `${processEndpoint}/cgi-bin/exportBook/exec.cgi?id=${exportId}&book=${bookId}&processor=xelatex&source=${exportEndpoint}/&format=${format}&bibstyle=${csl}&toc=${Boolean(
toc
)}&tld=${tld}&unnumbered=${unnumbered}`
: `${pandocExportEndpoint}/generique/export/${host}/${articleId}/${exportId}/?with_toc=${toc}&with_ascii=0&bibliography_style=${csl}&formats=originals&formats=${format}&version=${
: `${pandocExportEndpoint}/generique/article/export/${host}/${articleId}/${exportId}/?with_toc=${toc}&with_ascii=0&bibliography_style=${csl}&formats=originals&formats=${format}&version=${
articleVersionId ?? ''
}`

Expand Down

0 comments on commit f59bc8e

Please sign in to comment.