Menuepunkt praeziser: "Download Buch als PDF"

Der Eintrag stand direkt unter "Download Notebooks als ZIP"; ohne das Wort
"Buch" liess sich nicht auf einen Blick sehen, was da heruntergeladen wird.

Geaendert an der einen Stelle in baue_sidebar_html(), von dort auf alle 41
Seiten. Veroeffentlicht: 151 Dateien uebertragen, 0 geloescht, alle vierzehn
HTTP-Proben richtig.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
dschlueter 2026-09-08 16:54:24 +02:00
commit e3ff5846f6
43 changed files with 43 additions and 43 deletions

View file

@ -1641,7 +1641,7 @@ def baue_sidebar_html(struktur: list[dict], aktuelle_seite: str, pdf_verfuegbar:
pdf_link = ""
if pdf_verfuegbar:
pdf_link = (f'<li><a href="{PDF_DATEINAME}" download>' + icon("download")
+ ' Download als PDF</a></li>')
+ ' Download Buch als PDF</a></li>')
return (
'<div class="sidebar-inhalt">'