threedaymonk / htmlbeautifier

A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates.
MIT License
325 stars 59 forks source link

Outdented too far #18

Closed chengguangnan closed 9 years ago

chengguangnan commented 9 years ago

Hello, thank you for the gem.

A minor issue in my usage, the "Outdented too far" exception. In my case, I don't really have anything else to do if it's incorrectly outdented. So I would just ignore it.

#      raise "Outdented too far" if @level < 0
      @level = 0 if @level < 0
threedaymonk commented 9 years ago

That seems reasonable. I think what I'll do is: