summary refs log tree commit diff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/main/page.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/main/page.js b/pages/main/page.js
index e70ce7c..447e5cf 100644
--- a/pages/main/page.js
+++ b/pages/main/page.js
@@ -128,6 +128,7 @@ export async function onload() {
                                         .up()
                             } else {
                                 return html('a')
+                                    .attr('target', '_blank')
                                     .txt(`Attachment ${i + 1} (${a})`)
                                     .attr('href', a)
                             }