Skip to content

Commit f280363

Browse files
authored
Remove quotation mark (#597)
Fix #596
1 parent ed40795 commit f280363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/metatip/metatip.element.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class Metatip extends HTMLElement {
8181
}
8282
</h5>
8383
<small>
84-
<span">${Math.round(width)}</span><span brand>px</span>
84+
<span>${Math.round(width)}</span><span brand>px</span>
8585
<span divider>×</span>
8686
<span>${Math.round(height)}</span><span brand>px</span>
8787
</small>

0 commit comments

Comments
 (0)