You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The haml-coffee parser does not tolerate mixed indentation in comment blocks. The following template (an example from http://haml.info) reports an indentation error on line 4:
%p foo
-#
This won't be displayed
Nor will this
Nor will this.
%h1
The text was updated successfully, but these errors were encountered:
The haml-coffee parser does not tolerate mixed indentation in comment blocks. The following template (an example from http://haml.info) reports an indentation error on line 4:
The text was updated successfully, but these errors were encountered: