Skip to content

Commit 21454b2

Browse files
authored
rm unncessary class adjustment
1 parent ecaf53e commit 21454b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appendix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ If you're here to choose a license, **[start from the home page](/)** to see a f
4343
{% if r contains req %}
4444
<td class="license-{{ t }}" style="text-align:center">
4545
{% if r contains "--" %}
46-
{% assign lite = " lite" %}
46+
{% assign lite = "lite" %}
4747
{% else %}
4848
{% assign lite = "" %}
4949
{% endif %}
50-
<span class="{{ lite | strip }}" style="margin: auto;">
50+
<span class="{{ lite }}" style="margin: auto;">
5151
<span class="license-marker {{ r }}">{% if t == "permissions" %}✓{% elsif t == "conditions" %}ⓘ{% else %}✕{% endif %}</span>
5252
</span>
5353
</td>

0 commit comments

Comments
 (0)