« get me outta code hell

content, language: guard formatExternalLink, related upd7 - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-05-23 21:11:55 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-05-23 21:11:55 -0300
commit29c7928e45ccf7ba936b27bc795867dc66d1d491 (patch)
treefa5db4e57a67855bca75190279a26681b955738c /src/content/dependencies
parente11711bfe7f37190d082198a57862d700074f36d (diff)
content, language: guard formatExternalLink, related upd7
Diffstat (limited to 'src/content/dependencies')
-rw-r--r--src/content/dependencies/transformContent.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/content/dependencies/transformContent.js b/src/content/dependencies/transformContent.js
index 62a547e4..b2d878ac 100644
--- a/src/content/dependencies/transformContent.js
+++ b/src/content/dependencies/transformContent.js
@@ -465,13 +465,10 @@ export default {
                     {title:
                       language.encapsulate('misc.external.opensInNewTab', capsule =>
                         language.$(capsule, {
-                          link:
+                          platform:
                             language.formatExternalLink(link, {
                               style: 'platform',
                             }),
-
-                          annotation:
-                            language.$(capsule, 'annotation'),
                         }).toString())},
 
                     content);