From aff241bcc1f7aed2244d0ba249d25069e7cdee10 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Fri, 16 Feb 2024 10:31:46 +0100 Subject: [PATCH] make external url open in new window/tab #371 --- src/Client/Pages/JsonExporter/JsonExporter.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client/Pages/JsonExporter/JsonExporter.fs b/src/Client/Pages/JsonExporter/JsonExporter.fs index 3071a72d..52ba75cf 100644 --- a/src/Client/Pages/JsonExporter/JsonExporter.fs +++ b/src/Client/Pages/JsonExporter/JsonExporter.fs @@ -533,7 +533,7 @@ type FileExporter = mainFunctionContainer [ Bulma.field.div [Bulma.help [ str "Export Swate annotation tables to official ISA-JSON (" - a [Href @"https://isa-specs.readthedocs.io/en/latest/isajson.html#"] [str "more"] + a [Href @"https://isa-specs.readthedocs.io/en/latest/isajson.html#"; Target "_Blank"] [str "more"] str ")." ]] FileExporter.JsonExport(model, dispatch)