Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
majid-paktinat committed Aug 23, 2024
1 parent d2f5222 commit f00b704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions content/body/button.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
The <code>&lt;button&gt;</code> tag has been available for a long time and developers should utilize it for this specific purpose.
</p>


<p>
This may seem obvious to many developers.
Unfortunately, there is a lot of code out there that uses <code>&lt;a&gt;</code> tags
Expand All @@ -47,7 +46,6 @@
<h2>An HTML Button.</h2>
<?php includeStats(["isForNewBuilds" => true]); ?>


<p>The most bulletproof way to make a button. It "just works" for everyone.</p>

<div class="enable-example">
Expand Down
3 changes: 2 additions & 1 deletion content/body/checkbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -386,4 +386,5 @@

<?= includeNPMInstructions("hierarchical-checkboxes", [""], "", false, [
"noCSS" => true,
]) ?>
])
?>

0 comments on commit f00b704

Please sign in to comment.