From c6aeb755a407ef65b8c9dd6cfa62afd246893867 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Mon, 14 Sep 2020 11:28:52 -0400 Subject: [PATCH] Remove self-closing tags for tag component --- awx/ui/client/lib/components/input/secret.partial.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/lib/components/input/secret.partial.html b/awx/ui/client/lib/components/input/secret.partial.html index 7c0f1e8e61..9f72965e7c 100644 --- a/awx/ui/client/lib/components/input/secret.partial.html +++ b/awx/ui/client/lib/components/input/secret.partial.html @@ -23,12 +23,12 @@ icon="external" tag="state._tagValue" remove-tag="state._onRemoveTag(state)" - /> + > + >