Remove duplicate Satzung heading from PDF upload placeholder content
This commit is contained in:
@@ -67,7 +67,6 @@ export default defineEventHandler(async (event) => {
|
||||
// Für jetzt: Einfacher Platzhalter-Text statt PDF-Parsing
|
||||
// TODO: PDF-Parsing später implementieren
|
||||
const htmlContent = `
|
||||
<h2>Satzung</h2>
|
||||
<p>Die Satzung wurde erfolgreich hochgeladen.</p>
|
||||
<p><strong>Datei:</strong> ${file.originalname}</p>
|
||||
<p><strong>Größe:</strong> ${(file.size / 1024).toFixed(2)} KB</p>
|
||||
|
||||
Reference in New Issue
Block a user