From f00b7040ed7e1290710d8528b4db3a07f46130c8 Mon Sep 17 00:00:00 2001 From: Majid Date: Fri, 23 Aug 2024 14:32:56 -0400 Subject: [PATCH] cleanup --- content/body/button.php | 2 -- content/body/checkbox.php | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/body/button.php b/content/body/button.php index f4644656..ca7039ed 100644 --- a/content/body/button.php +++ b/content/body/button.php @@ -29,7 +29,6 @@ The <button> tag has been available for a long time and developers should utilize it for this specific purpose.

-

This may seem obvious to many developers. Unfortunately, there is a lot of code out there that uses <a> tags @@ -47,7 +46,6 @@

An HTML Button.

true]); ?> -

The most bulletproof way to make a button. It "just works" for everyone.

diff --git a/content/body/checkbox.php b/content/body/checkbox.php index 3af71910..86de5ed9 100644 --- a/content/body/checkbox.php +++ b/content/body/checkbox.php @@ -386,4 +386,5 @@ true, -]) ?> +]) +?>