Merge pull request #472 from yerv000/patch-1
ol. and ol# are missing a double quote
This commit is contained in:
commit
7b8d2790bf
@ -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