From: Vincent Vanwaelscappel Date: Thu, 30 Jan 2025 16:31:05 +0000 (+0100) Subject: wait #7295 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f655be9d3fc4ca77221281895a492eb183dd14da;p=fluidbook_tools.git wait #7295 @0.25 --- diff --git a/src/Links/Link.php b/src/Links/Link.php index 35f0b26..2919567 100644 --- a/src/Links/Link.php +++ b/src/Links/Link.php @@ -370,7 +370,7 @@ class Link public static function normalizeInlineIntegration($inline) { - if (in_array($inline, ['inline', 'popup', 'background_texts'])) { + if (in_array($inline, ['inline', 'popup', 'background_texts', '_blank'])) { return $inline; } if (!$inline || $inline === 'false') {