diff --git a/src/routes/admin/offers-pdf.ts b/src/routes/admin/offers-pdf.ts index 4ca79b9..703170b 100644 --- a/src/routes/admin/offers-pdf.ts +++ b/src/routes/admin/offers-pdf.ts @@ -276,18 +276,18 @@ export default async function offersPdfRoutes(fastify: FastifyInstance): Promise let scopeHtml = ''; if (hasScopeContent) { scopeHtml += '
'; - scopeHtml += ` -
`; + scopeHtml += ` +
`; for (const section of quotation.scope_sections) { const title = isCzech && (section.title_cz || '').trim() ? section.title_cz : (section.title || '');