Update block.cljs (#5081)

fix typo for email hrefs. was: maiNto, should: maiLto.
pull/4700/head
Marco G 2022-04-25 18:24:26 +02:00 committed by GitHub
parent 2b2fc92c4b
commit ba64d85b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1286,7 +1286,7 @@
["Email" address]
(let [{:keys [local_part domain]} address
address (str local_part "@" domain)]
[:a {:href (str "mainto:" address)} address])
[:a {:href (str "mailto:" address)} address])
["Nested_link" link]
(nested-link config html-export? link)