From 1ab2b116e63689505f5f100eb63f3a26010f808f Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Fri, 15 Apr 2011 11:29:25 +0100 Subject: [PATCH] Add 'search again' link after successful search --- find_file.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/find_file.cgi b/find_file.cgi index 3f106ed..6dfa235 100755 --- a/find_file.cgi +++ b/find_file.cgi @@ -285,5 +285,6 @@ if ($count > 0) { } print "\n"; } +print $q->p("url . "\">Search again."); print_footer(); print $q->end_html; -- 2.20.1