diff options
| -rw-r--r-- | views/home/index.php | 2 |
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> |
