Remove stray closing tag

This commit is contained in:
Anthony J. Bentley 2023-08-30 02:40:26 -06:00
parent 41420cd121
commit c3e4cb0249

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>