diff --git a/ehcp/classapp.php b/ehcp/classapp.php
index 70d3a8d..3da7a5c 100755
--- a/ehcp/classapp.php
+++ b/ehcp/classapp.php
@@ -2134,7 +2134,7 @@ organizationalUnitName = $unit_name";
array('clearTemplate', 'submit', 'default' => 'Revert to Default'),
array('op', 'hidden', 'default' => __FUNCTION__)
);
- $this->output .= '
' . $this->selecteddomain . ' Using Default Template: ' . ($usingDefault ? 'YES' : 'NO') . '
' . inputform5($inputparams) . '
';
+ $this->output .= '
' . $this->selecteddomain . ' Using Default Template: ' . ($usingDefault ? 'YES' : 'NO') . '
' . inputform5($inputparams) . '
';
} else {
if ($clearTemplate) {
$success = $success && $this->executeQuery("update " . $this->conf['domainstable']['tablename'] . " set $templatefield='' where domainname='" . $domainname . "'");
@@ -7118,7 +7118,7 @@ email2@domain2.com:password2
array('op', 'hidden', 'default' => __FUNCTION__)
);
- $this->output .= "
Edit Global Website Templates
Currently Using Default Template:
YesNo" . inputform5($inputparams);
+ $this->output .= "
Edit Global Website Templates
Currently Using Default Template:
YesNo" . inputform5($inputparams) . "
";
} else {
if ($clearTemplate) {
$success = $this->revertTemplateBackToEHCPDefault($template_file, $webserver_type, $webserver_mode);