neilime / zf2-twb-bundle

Zend Framework module for easy integration of Twitter Bootstrap
http://neilime.github.io/zf2-twb-bundle/
MIT License
143 stars 94 forks source link

[Question] <br/> after each .form-group #167

Closed someother1 closed 7 years ago

someother1 commented 8 years ago
Zend 2 - 2.*
TwbBundle: 2.*@stable

I dont really know if this is related to this bundle..

If i render my form via <?=$this->form($oForm, null);?> after each element zend is placing a <br/> tag, which expands the form in the height. I do not see this <br/> tags in your example so i guess you have removed them somewhere.

How and where did you do this?

Kindly regards

neilime commented 7 years ago

I have looking for <br/> every where in this project en Zend\Form project, I don't see any occurrence of it. Maybe you have something in your script which transforms end of line characters into <br/>, like nl2br function or something like this.

someother1 commented 7 years ago

Finaly saw that the <br/> comes from the Bootstrapdialog project. Sorry for juggling with your time here..