aboutsummaryrefslogtreecommitdiff
path: root/views/home/index.php
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2025-01-19 19:54:25 +0200
committerSyndamia <kamen@syndamia.com>2025-01-19 19:54:25 +0200
commit783b387c8a825dfda6d0cab93f7526762ab0880d (patch)
treef8b285d2a8ab42acf080f1b1326f35555586bf32 /views/home/index.php
parent17d09f4b993767e7ad794d155cf66112a9bf3be2 (diff)
downloadnowayforward_human-783b387c8a825dfda6d0cab93f7526762ab0880d.tar
nowayforward_human-783b387c8a825dfda6d0cab93f7526762ab0880d.tar.gz
nowayforward_human-783b387c8a825dfda6d0cab93f7526762ab0880d.zip
fix(views/home): Remoe name of submit button
Diffstat (limited to 'views/home/index.php')
-rw-r--r--views/home/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/home/index.php b/views/home/index.php
index 9938ddd..8a56dcb 100644
--- a/views/home/index.php
+++ b/views/home/index.php
@@ -6,7 +6,7 @@
<h2>Explore the archives or add a new page</h2>
<form action="/archive/index.php" method="GET" class="font-125 flex-row width-100 center-margin">
<input type="text" name="page_url" placeholder="Enter a URL" class="flex-expand">
- <input type="submit" name="archive_page_button" value="Search">
+ <input type="submit" value="Search">
</form>
</section>