Merge pull request #3 from bentley/main

Remove stray closing tag
This commit is contained in:
Aaron Bieber 2023-08-30 07:10:54 -06:00 committed by GitHub
commit b3aa917685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,7 +253,7 @@ __DATA__
%= search_field 'search', id => 'search', placeholder => 'Search', value => undef
%= check_box 'current', id => 'current', role => "switch"
%= label_for current => "Search -current"
(<%= $mtime %></i>)
(<%= $mtime %>)
% end
</header>
<main>