From c3e4cb0249cb1a613159583dafe167e0ca15df57 Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Wed, 30 Aug 2023 02:40:26 -0600 Subject: [PATCH] Remove stray closing tag --- openbsd.app.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsd.app.pl b/openbsd.app.pl index accc3f5..ef508cc 100755 --- a/openbsd.app.pl +++ b/openbsd.app.pl @@ -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 %>) + (<%= $mtime %>) % end