Atozed Forums

Full Version: Confirm Bug in IWBootstrap
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Could a few of youz check IWBSCommon around line 563 and see if this isn't a massive bug:

if LT > LF then

The code is indented as if the author intended the next block to be scoped, and not just the next line.

I think there is a begin missing here.