unbreak link to the professional services policies
authorStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Thu, 24 Feb 2011 18:26:12 +0000 (18:26 +0000)
committerStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Thu, 24 Feb 2011 18:26:12 +0000 (18:26 +0000)
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2811 8f5c7a92-453e-0410-a47f-ad33c8a6b003

portal/system/form/newprofservice.php

index 144e673aa01a135679bddd978700df38da186298..a9c2c52df44ba8d266e9d9f43694f27c43d606a1 100644 (file)
@@ -14,7 +14,7 @@ class Form_NewProfService extends PgForm {
        $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);