$txtf = array('size' => 52);
$txta = array('cols' => 40, 'rows'=>8);
- $this->form->addElement('static',null,null,gettext('Please enter information about your company. Note that the company will not be listed until the information has been approved by a web editor based on the project <a href=\"http://wiki.postgresql.org/wiki/Policies\">policies</a>.'));
+ $this->form->addElement('static',null,null,gettext("Please enter information about your company. Note that the company will not be listed until the information has been approved by a web editor based on the project <a href=\"http://wiki.postgresql.org/wiki/Policies\">policies</a>."));
$this->form->addElement('header',null,'Basic data');
$this->form->addElement('static','info1',null,gettext('Always fill in the fields in this section.'));
$this->form->addElement('text','name','Name of company', $txtf);