fix: Correct filename for download links
This commit is contained in:
parent
9fb8988cf2
commit
08e9fe0505
1 changed files with 6 additions and 6 deletions
|
@ -73,8 +73,8 @@
|
|||
<figcaption>
|
||||
<a name="figure-001"><span class="ref">Abbildung 1:</span></a>
|
||||
Tägliche Impfquote, kumulierte Impfungen und lineare Extrapolation bis 10 % der Bevölkerung Deutschlands<br />
|
||||
<a href="extrapolated_to_10_percent.png" download="download">Download als PNG</a>
|
||||
<a href="extrapolated_to_10_percent.pdf" download="download">Download als PDF</a>
|
||||
<a href="extrapolated_to_10_percent.png" download="extrapolated_to_10_percent.png">Download als PNG</a>
|
||||
<a href="extrapolated_to_10_percent.pdf" download="extrapolated_to_10_percent.pdf">Download als PDF</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
|
@ -87,8 +87,8 @@
|
|||
<figcaption>
|
||||
<a name="figure-002"><span class="ref">Abbildung 2:</span></a>
|
||||
Tägliche Impfquote, kumulierte Impfungen und lineare Extrapolation bis 70 % der Bevölkerung Deutschlands<br />
|
||||
<a href="extrapolated_to_70_percent.png" download="download">Download als PNG</a>
|
||||
<a href="extrapolated_to_70_percent.pdf" download="download">Download als PDF</a>
|
||||
<a href="extrapolated_to_70_percent.png" download="extrapolated_to_70_percent.png">Download als PNG</a>
|
||||
<a href="extrapolated_to_70_percent.pdf" download="extrapolated_to_70_percent.pdf">Download als PDF</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
|
@ -100,8 +100,8 @@
|
|||
<figcaption>
|
||||
<a name="figure-003"><span class="ref">Abbildung 3:</span></a>
|
||||
Tägliche Impfquote, kumulierte Impfungen und lineare Extrapolation bis 100 % der Bevölkerung Deutschlands<br />
|
||||
<a href="extrapolated_to_100_percent.png" download="download">Download als PNG</a>
|
||||
<a href="extrapolated_to_100_percent.pdf" download="download">Download als PDF</a>
|
||||
<a href="extrapolated_to_100_percent.png" download="extrapolated_to_100_percent.png">Download als PNG</a>
|
||||
<a href="extrapolated_to_100_percent.pdf" download="extrapolated_to_100_percent.pdf">Download als PDF</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
|
|
Loading…
Reference in a new issue