link back to main page from sub pages
authorJason Etheridge <jason@equinoxinitiative.org>
Thu, 3 Jan 2019 20:31:29 +0000 (15:31 -0500)
committerJason Etheridge <jason@equinoxinitiative.org>
Thu, 3 Jan 2019 20:31:29 +0000 (15:31 -0500)
qa/test_output_webifier.pl

index 35a4446..10c1fbe 100755 (executable)
@@ -41,6 +41,7 @@ sub open_subpage {
         print MAIN_PAGE qq^\n<li><a href="test.$subpage_count.html">$subpage</a>^;
         open  SUB_PAGE, ">test.$subpage_count.html";
         print SUB_PAGE html_header($subpage);
+        print SUB_PAGE qq^[<a href=".">Main Page</a>]\n^;
         print SUB_PAGE "<h1>$subpage</h1>\n<pre>";
     }
 }