Browse Source

Minor enhancements and bugfixes

Miraty 2 years ago
parent
commit
d53a6e1258
3 changed files with 4 additions and 3 deletions
  1. 2 1
      css/main.css
  2. 1 1
      pages/ns/ip.php
  3. 1 1
      pages/reg/glue.php

+ 2 - 1
css/main.css

@@ -88,7 +88,8 @@ a:active {
 }
 }
 
 
 a[rel=help]:before {
 a[rel=help]:before {
-	content: 'ℹ️ ';
+	content: 'ℹ️\202F';
+	font-size: 0.8rem;
 }
 }
 
 
 dt a {
 dt a {

+ 1 - 1
pages/ns/ip.php

@@ -18,7 +18,7 @@ if (processForm()) {
 ?>
 ?>
 
 
 <p>
 <p>
-	<?= linkToDocs('record-txt', 'Documentation des types d\'enregistrements A et AAAA') ?>
+	<?= linkToDocs('record-ip', 'Documentation des types d\'enregistrements A et AAAA') ?>
 </p>
 </p>
 
 
 <form method="post">
 <form method="post">

+ 1 - 1
pages/reg/glue.php

@@ -1,6 +1,6 @@
 <?php
 <?php
 
 
-if (processform()) {
+if (processForm()) {
 	regCheckDomainPossession($_POST['suffix']);
 	regCheckDomainPossession($_POST['suffix']);
 
 
 	$domain = formatAbsoluteDomain(formatEndWithDot($_POST['subdomain']) . $_POST['suffix']);
 	$domain = formatAbsoluteDomain(formatEndWithDot($_POST['subdomain']) . $_POST['suffix']);