diff --git a/snippets/eruby.snippets b/snippets/eruby.snippets index 8a9fb75..be1c7ec 100644 --- a/snippets/eruby.snippets +++ b/snippets/eruby.snippets @@ -40,7 +40,7 @@ snippet lica snippet licai <%= link_to '${1:link text...}', :controller => '${2:items}', :action => '${3:edit}', :id => ${4:@item} %> snippet yield - <%= yield${1::content_symbol}%>${2} + <%= yield ${1::content_symbol} %>${2} snippet conf <% content_for :${1:head} do %> ${2}