corrected name of span
This commit is contained in:
parent
5e697e00cb
commit
8c3ab8e7c1
|
@ -855,7 +855,7 @@ class CCPMethodEditorController extends HTMLElement{
|
||||||
return `
|
return `
|
||||||
<div class="ccp-option badge ccp-keyword">
|
<div class="ccp-option badge ccp-keyword">
|
||||||
<span>${l.title}</span>
|
<span>${l.title}</span>
|
||||||
<span class="btn text-danger ccp-toolbar-button" name="delete-runtime" data-index="${i}">x</span>
|
<span class="btn text-danger ccp-toolbar-button" name="delete-infrastructure" data-index="${i}">x</span>
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
}).join("\n")
|
}).join("\n")
|
||||||
|
|
Loading…
Reference in New Issue