- "class='errors-cfg-field-heading'>%s</label><br />%s</td><td class='errors-cfg-field'>".
- "<input type='text' name='mailnotifyaddr' id='mailnotifyaddr' size='30' value='%s' />".
- "</td></tr>", _c("error-reporter-cfg:Mail address to send the notification mail to"),
- _c("error-reporter-cfg:If mail notifications are enabled, any notification mails are sent to ".
- "the address specified here. You can give more than one address by separating them with a ".
- "comma."), q($cfgErrors->getMailNotifyAddr()));
-echo sprintf("<tr><td class='errors-cfg-field'><$stdbtn name='submit' value='%s' /></td></tr>\n",
- _("Save"));
+ "class='errors-cfg-field-heading'>%s</label><br />%s</td>".
+ "<td class='errors-cfg-field'><input type='text' name='mailnotifyaddr' ".
+ "id='mailnotifyaddr' size='30' value='%s' /></td></tr>",
+ _c("error-reporter-cfg:Mail address to send the notification mail to"),
+ _c("error-reporter-cfg:If mail notifications are enabled, any notification ".
+ "mails are sent to the address specified here. You can give more than one ".
+ "address by separating them with a comma."),
+ q($cfgErrors->getMailNotifyAddr()));
+echo sprintf("<tr><td class='errors-cfg-field'><$stdbtn name='submit' ".
+ "value='%s' /></td></tr>\n", _("Save"));