In this module coder used a lot of <br> .

This is not good because <br> tag is not xhtml and can
make a site non standard compilant.

Moreover <br> tags are used also in t(".....") functions this so can make translation
more difficult.

I solved this with the new file attached.

CommentFileSizeAuthor
feedback.module14.28 KBfax8

Comments

kbahey’s picture

Thank you for the changes.

Please submit them as patches. See the guidelines here http://drupal.org/patch

kbahey’s picture

Fixed in CVS.

Anonymous’s picture