Skip to content

Commit 90e26cc

Browse files
committed
Fix external links using target="blank" instead of target="_blank"
CMK-29204 CMK-29205 Change-Id: If9f400590589f798b958cf2d6aab4971d31edb08
1 parent e132aa9 commit 90e26cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmk/gui/wato/pages/rulesets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2801,7 +2801,7 @@ def _label_condition_help_text(self) -> HTML:
28012801
# TODO: change this doc reference from "labels#views" to "labels#conditions" once
28022802
# the corresponding article is updated to the new label group conditions
28032803
href=doc_reference_url(DocReference.WATO_RULES_LABELS),
2804-
target="blank",
2804+
target="_blank",
28052805
)
28062806
)
28072807
)

0 commit comments

Comments
 (0)