Skip to content

Commit eb2a642

Browse files
committed
fix typo
1 parent 8bedfb6 commit eb2a642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/templates/util_render.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func (ut *RenderUtils) renderLabelWithTag(label *issues_model.Label, tagName, ta
205205
return htmlutil.HTMLFormat(`<%s %s class="ui label %s scope-parent" data-tooltip-content title="%s">`+
206206
`<div class="ui label scope-left" style="color: %s !important; background-color: %s !important">%s</div>`+
207207
`<div class="ui label scope-right" style="color: %s !important; background-color: %s !important">%s</div>`+
208-
`</span>`,
208+
`</%s>`,
209209
tagName, tagAttrs,
210210
extraCSSClasses, descriptionText,
211211
textColor, scopeColor, scopeHTML,

0 commit comments

Comments
 (0)