소스 검색

Merge pull request #9312 from kkthxbye-code/fix-9310

Fixes #9310 - Remove stray characters from Config Context tab
kkthxbye 4 년 전
부모
커밋
a06a280534
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netbox/templates/extras/object_configcontext.html

+ 1 - 1
netbox/templates/extras/object_configcontext.html

@@ -43,7 +43,7 @@
                         <div class="float-end">
                             <span class="text-muted">{{ context.weight }}</span>
                         </div>
-                        <strong>{{ context|linkify:"name" }}"></strong>
+                        <strong>{{ context|linkify:"name" }}</strong>
                         {% if context.description %}
                             <br /><small>{{ context.description }}</small>
                         {% endif %}