|
|
@@ -38,7 +38,8 @@ class InfoForm extends BaseForm implements ClientArea
|
|
|
$this->addField(new Hidden("selfdns"));
|
|
|
$this->addField(new Hidden("selfdomain"));
|
|
|
$field = new Text("mxactive");
|
|
|
- $field->setDescription('Das ist ein Test');
|
|
|
+ $field->setRawTitle('Das ist ein Test');
|
|
|
+
|
|
|
$this->addField($field);
|
|
|
$this->addField(new Text("spf"));
|
|
|
$this->addField(new Text("dmarc"));
|