Skip to content

Commit 7318be0

Browse files
committed
fix lint-templates: do not use entity references
1 parent e4fd6fe commit 7318be0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/repo/issue/filter_actions.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126

127127
<div class="ui dropdown jump item">
128128
<span class="text">
129-
&hellip;
129+
130130
</span>
131131
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
132132

templates/repo/issue/filters.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{{end}}
2424

2525
<button class="ui compact secondary button js-btn-misc-actions">
26-
&hellip;
26+
2727
</button>
2828

2929
<div class="misc-actions-popup tippy-target">

0 commit comments

Comments
 (0)