Skip to content

Commit a06a280

Browse files
Merge pull request #9312 from kkthxbye-code/fix-9310
Fixes #9310 - Remove stray characters from Config Context tab
2 parents bddca8e + 1358469 commit a06a280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/templates/extras/object_configcontext.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h5 class="card-header">
4343
<div class="float-end">
4444
<span class="text-muted">{{ context.weight }}</span>
4545
</div>
46-
<strong>{{ context|linkify:"name" }}"></strong>
46+
<strong>{{ context|linkify:"name" }}</strong>
4747
{% if context.description %}
4848
<br /><small>{{ context.description }}</small>
4949
{% endif %}

0 commit comments

Comments
 (0)