Skip to content

Commit 736a9bd

Browse files
committed
fix lint issues for < and >
1 parent eefa8cc commit 736a9bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/browser-support.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@
207207

208208
Within a version of a browser, we only support the most recent patch release.
209209

210-
<h2>Ember >=4.0.x to <=5.12.x</h2>
211-
210+
<h2>Ember &gt;=4.0.x to &lt;=5.12.x</h2>
211+
212212
<h3 class="text-center">Evergreen</h3>
213213

214214
<ul class="list-unstyled layout my-3">

0 commit comments

Comments
 (0)