Minor enhancements and bugfixes
This commit is contained in:
parent
3f46159f1e
commit
d53a6e1258
3 changed files with 4 additions and 3 deletions
|
@ -88,7 +88,8 @@ a:active {
|
|||
}
|
||||
|
||||
a[rel=help]:before {
|
||||
content: 'ℹ️ ';
|
||||
content: 'ℹ️\202F';
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
dt a {
|
||||
|
|
|
@ -18,7 +18,7 @@ if (processForm()) {
|
|||
?>
|
||||
|
||||
<p>
|
||||
<?= linkToDocs('record-txt', 'Documentation des types d\'enregistrements A et AAAA') ?>
|
||||
<?= linkToDocs('record-ip', 'Documentation des types d\'enregistrements A et AAAA') ?>
|
||||
</p>
|
||||
|
||||
<form method="post">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (processform()) {
|
||||
if (processForm()) {
|
||||
regCheckDomainPossession($_POST['suffix']);
|
||||
|
||||
$domain = formatAbsoluteDomain(formatEndWithDot($_POST['subdomain']) . $_POST['suffix']);
|
||||
|
|
Loading…
Reference in a new issue