Skip to content

Commit

Permalink
Publications Listing: fix PDF download links
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhardt committed Feb 29, 2024
1 parent 46e06e9 commit 5d1d87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/recensio/plone/viewlets/templates/publicationlisting.pt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
>
<a href=""
tal:attributes="
href string:${volume/pdf}/at_download/file;
href string:${volume/pdf}/@@download/file;
"
>
<img alt=""
Expand Down Expand Up @@ -95,7 +95,7 @@
>
<a href=""
tal:attributes="
href string:${issue/pdf}/at_download/file;
href string:${issue/pdf}/@@download/file;
"
>
<img alt=""
Expand Down

0 comments on commit 5d1d87e

Please sign in to comment.