diff --git a/src/card.ts b/src/card.ts index a788a2b..2d85092 100644 --- a/src/card.ts +++ b/src/card.ts @@ -21,7 +21,7 @@ export default async function handler(req: IncomingMessage, res: ServerResponse) } catch (e) { res.statusCode = 500; res.setHeader('Content-Type', 'text/html'); - res.end('
Sorry, there was a problem
'); + res.end('Sorry, there was a problem
'); console.error(e); } }