diff -Nur e-smith-domains-2.6.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/domains.pm e-smith-domains-2.6.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/domains.pm --- e-smith-domains-2.6.0.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/domains.pm 2016-02-04 18:30:50.000000000 -0500 +++ e-smith-domains-2.6.0/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/domains.pm 2021-02-26 00:57:56.086000000 -0500 @@ -123,15 +123,15 @@ labels => 1, field_attr => { - Domain => { label => + Domain => { label_escape => 0, escape => 0, label => $self->localise('DOMAIN_NAME') }, - Description => { label => + Description => { label_escape => 0, escape => 0, label => $self->localise('DESCRIPTION_BRIEF') }, - Content => { label => $self->localise('CONTENT') }, - Nameservers => { label => $self->localise('LABEL_NAMESERVERS') }, - Modify => { label => $self->localise('MODIFY'), + Content => { label_escape => 0, escape => 0, label => $self->localise('CONTENT') }, + Nameservers => { label_escape => 0, escape => 0, label => $self->localise('LABEL_NAMESERVERS') }, + Modify => { label_escape => 0, escape => 0, label => $self->localise('MODIFY'), link => \&modify_link }, - Remove => { label => $self->localise('REMOVE'), + Remove => { label_escape => 0, escape => 0, label => $self->localise('REMOVE'), link => \&remove_link, value => \&remove_value }, },