Skip to content

Commit

Permalink
logpage: do not open new window when in link to latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaas80 committed Jan 10, 2023
1 parent 2778c88 commit b7ec823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logpage.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def create_test_results(readfile):
<a href="{baseurl}/tree/gh-pages/records/version_{curr_ver}" target="_blank">Build #{curr_ver}</a>
</h3>
<h6 style="text-align:center">
<a href="index.html" target="_blank">Go to latest build</a>
<a href="index.html">Go to latest build</a>
</h6>
<h3 style="text-align:center">{build_date}</h3>
<table class="table table-bordered " >
Expand Down

0 comments on commit b7ec823

Please sign in to comment.