ol. and ol# are missing a double quote
ol. and ol# snippets are missing a double quote.
This commit is contained in:
parent
d3f033b21d
commit
1bdc25f4c3
@ -674,11 +674,11 @@ snippet ol
|
|||||||
${0}
|
${0}
|
||||||
</ol>
|
</ol>
|
||||||
snippet ol.
|
snippet ol.
|
||||||
<ol class="${1}>
|
<ol class="${1}">
|
||||||
${0}
|
${0}
|
||||||
</ol>
|
</ol>
|
||||||
snippet ol#
|
snippet ol#
|
||||||
<ol id="${1}>
|
<ol id="${1}">
|
||||||
${0}
|
${0}
|
||||||
</ol>
|
</ol>
|
||||||
snippet ol+
|
snippet ol+
|
||||||
|
Loading…
Reference in New Issue
Block a user