mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 21:34:38 +03:00
webadmin: remove stray text "pre" in on the "required dns records" page
This commit is contained in:
@ -1906,7 +1906,7 @@ const domainDNSRecords = async (d: string) => {
|
||||
'DNS Records',
|
||||
),
|
||||
dom.h1('Required DNS records'),
|
||||
dom.pre('pre', dom._class('literal'), (records || []).join('\n')),
|
||||
dom.pre(dom._class('literal'), (records || []).join('\n')),
|
||||
dom.br(),
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user