Minor edits to improve XHTML compliance
This commit is contained in:
parent
05d799b12c
commit
d0599e11ad
1 changed files with 3 additions and 3 deletions
|
|
@ -457,7 +457,7 @@ sub configurationForm {
|
||||||
-value => $self->get('emailMessage')
|
-value => $self->get('emailMessage')
|
||||||
);
|
);
|
||||||
$f->readOnly(
|
$f->readOnly(
|
||||||
-value => '<br>'
|
-value => '<br />'
|
||||||
);
|
);
|
||||||
if ($self->get('vendorId')) {
|
if ($self->get('vendorId')) {
|
||||||
$f->readOnly(
|
$f->readOnly(
|
||||||
|
|
@ -465,10 +465,10 @@ sub configurationForm {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
$f->readOnly(
|
$f->readOnly(
|
||||||
-value => '<br>'
|
-value => '<br />'
|
||||||
);
|
);
|
||||||
$f->readOnly(
|
$f->readOnly(
|
||||||
-value => $i18n->get('extra info').'<br><b>https://'.$session{config}{defaultSitename}.WebGUI::URL::getScriptURL().'?op=confirmRecurringTransaction&gateway='.$self->namespace
|
-value => $i18n->get('extra info').'<br /><b>https://'.$session{config}{defaultSitename}.WebGUI::URL::getScriptURL().'?op=confirmRecurringTransaction&gateway='.$self->namespace
|
||||||
);
|
);
|
||||||
|
|
||||||
return $self->SUPER::configurationForm($f->printRowsOnly);
|
return $self->SUPER::configurationForm($f->printRowsOnly);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue