Since I wanted to give some css attribute to the instruction div of the feedback form, I've changed the row

feedback.module:281

from
$form['instructions'] = array('#value' => $page->instructions);

to

$form['instructions'] = array('#value' => $page->instructions, '#prefix' => '<div class="form-instruction">',
  '#suffix' => '</div>');

Maybe you want to add it to your next release?

cheers!

augusto - http://www.fagioli.biz

Comments

kbahey’s picture

Submit a patch for it.

See how to create one here http://drupal.org/patch

sun’s picture

Status: Active » Closed (won't fix)

Development on Feedback module v1.x has ended. Beginning from 2.x, the Feedback module has been replaced with a completely different module with a different purpose. Please note that Feedback 2.x is not compatible with 1.x. See #279636: Turn Feedback into user feedback module for further information.

There will be a final 5.x-1.1 release with all existing and tested patches in the issue queue applied. If you need the functionality of the Feedback 1.x module, the Contact module in Drupal core as well as the contributed Webform module are recommended replacements. However, there is no migration path to those modules.

Marking as won't fix.