mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Fix html2haml.
This commit is contained in:
parent
887d504757
commit
fb5ab2675f
2 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
* Don't throw errors when text is nested within comments.
|
||||
|
||||
* Fix html2haml.
|
||||
|
||||
## 3.1.1
|
||||
|
||||
* Update the vendored Sass to version 3.1.0.
|
||||
|
|
|
@ -9,7 +9,7 @@ module Haml
|
|||
# @param args [Array<String>] The command-line arguments
|
||||
def initialize(args)
|
||||
@args = args
|
||||
@options = {}
|
||||
@options = {:for_engine => {}}
|
||||
end
|
||||
|
||||
# Parses the command-line arguments and runs the executable.
|
||||
|
|
Loading…
Reference in a new issue