projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e33b66a
)
link back to main page from sub pages
author
Jason Etheridge
<jason@equinoxinitiative.org>
Thu, 3 Jan 2019 20:31:29 +0000
(15:31 -0500)
committer
Jason Etheridge
<jason@equinoxinitiative.org>
Thu, 3 Jan 2019 20:31:29 +0000
(15:31 -0500)
qa/test_output_webifier.pl
patch
|
blob
|
history
diff --git
a/qa/test_output_webifier.pl
b/qa/test_output_webifier.pl
index
35a4446
..
10c1fbe
100755
(executable)
--- a/
qa/test_output_webifier.pl
+++ b/
qa/test_output_webifier.pl
@@
-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>";
}
}