Ver Fonte

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

Fixes #9310 - Remove stray characters from Config Context tab
kkthxbye há 3 anos atrás
pai
commit
a06a280534
1 ficheiros alterados com 1 adições e 1 exclusões
  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">
                         <div class="float-end">
                             <span class="text-muted">{{ context.weight }}</span>
                             <span class="text-muted">{{ context.weight }}</span>
                         </div>
                         </div>
-                        <strong>{{ context|linkify:"name" }}"></strong>
+                        <strong>{{ context|linkify:"name" }}</strong>
                         {% if context.description %}
                         {% if context.description %}
                             <br /><small>{{ context.description }}</small>
                             <br /><small>{{ context.description }}</small>
                         {% endif %}
                         {% endif %}