From: Jason Etheridge Date: Thu, 3 Jan 2019 20:31:29 +0000 (-0500) Subject: link back to main page from sub pages X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=db92b6efeebde01bd8eaa7ed3b8a60b7061a9d0e;p=working%2Frandom.git link back to main page from sub pages --- diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index 35a44467a..10c1fbe7a 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -41,6 +41,7 @@ sub open_subpage { print MAIN_PAGE qq^\n
  • $subpage^; open SUB_PAGE, ">test.$subpage_count.html"; print SUB_PAGE html_header($subpage); + print SUB_PAGE qq^[Main Page]\n^; print SUB_PAGE "

    $subpage

    \n
    ";
         }
     }