From 4513f8c75c67880151f71bcfc2f07b0f591a2ff9 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:52:00 +0300 Subject: [PATCH 1/3] Update faq.html Closing tag in the section The closing tag here is unnecessary, as this is a stylesheet link, not a script. Corrected. --- faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.html b/faq.html index c9f6e972..58f8cc99 100644 --- a/faq.html +++ b/faq.html @@ -27,7 +27,7 @@ - + From e864b5abdff31b120cf52d053cb49ba3f0ddfaef Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:54:56 +0300 Subject: [PATCH 2/3] Update guide.html The tag for Bootstrap CSS is incorrectly closed with . It should not have a closing tag at all, or it should be closed as a self-closing Corrected. --- guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide.html b/guide.html index bf692cec..0161ecb0 100644 --- a/guide.html +++ b/guide.html @@ -40,7 +40,7 @@ - + From 7b2f9a6a6cda2d977497c6073caff226eb9492fe Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:57:55 +0300 Subject: [PATCH 3/3] Update support.html Incorrect Closing Tag for

: In the header section,

Support Dogecoin

should be closed with

, not

. Corrected. --- support.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support.html b/support.html index 870a84b8..8f35f1fc 100644 --- a/support.html +++ b/support.html @@ -60,7 +60,7 @@

Support Dogecoin -

+

We are a fast-growing community of shibas. There are many ways to contribute if you are interested.