Atozed Forums
Confirm Bug in IWBootstrap - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Confirm Bug in IWBootstrap (/thread-734.html)



Confirm Bug in IWBootstrap - LorenSzendre - 10-10-2018

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.