I dont think you should remove those <div>'s If you do, first of all you are left with two empty </div> tags. If you add another div later on down the road, those leftover tags could cause problems or cause your additional <div>'s to close incorrectly.
This could also cause other things to be thrown way out of whack.
Basically using this mod as it is, is purposely breaking your templates, and seemingly just removing code with no thought for what that code is.
|