Use em instead of i and strong instead of b

They are semantically more correct

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-03-12 18:43:18 +02:00
parent ffdffbc262
commit bca58f6683
6 changed files with 9 additions and 7 deletions

View File

@@ -264,5 +264,7 @@ $(document).ready(function () {
});
// Add a small legend below the CNAME table
$("#cnameRecords-Table").after("<small>* <b>TTL</b> in seconds <i>(optional)</i></small>");
$("#cnameRecords-Table").after(
"<small>* <strong>TTL</strong> in seconds <em>(optional)</em></small>"
);
});