Skip to content

Commit e433143

Browse files
committed
adding missing space + '?' for options
1 parent 0fe086c commit e433143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cl_image_tag.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<snippet>
2-
<content><![CDATA[<%= cl_image_tag '${1:photo_path}' {${2:options}}%>]]></content>
2+
<content><![CDATA[<%= cl_image_tag '${1:photo_path}' {${2:options?}} %>]]></content>
33
<tabTrigger>cli</tabTrigger>
44
<scope>text.html.ruby</scope>
55
<description>insert a rails view cloudinary cl_image_tag helper</description>

0 commit comments

Comments
 (0)