From 9c1c148da0770c7d0428ce2e0ad1d35c6b1ce8b5 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 18 Sep 2024 10:01:28 +0200 Subject: [PATCH] fix: removed extra quotation mark in HTML class attribute Corrected an HTML syntax error by removing a redundant quotation mark from a class attribute. This fixes the display issue for the IP card component, ensuring proper rendering of the IPv4 address section. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 18098f7..44e5fb5 100644 --- a/index.php +++ b/index.php @@ -35,7 +35,7 @@ $ipv6_endpoint = "https://ipv6." . $domain;
-
+

IPv4 Address