Skip to content

Commit

Permalink
Make links to NDT/MSAK test pages open in a new tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodauria committed Jan 8, 2025
1 parent 0b18ac9 commit 6b763a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/measure/measure.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ <h1 translate>Results</h1>
<tr>
<td></td>
<td></td>
<td>NDT <a class="fa fa-question-circle" href="https://www.measurementlab.net/tests/ndt/"></a>
<td>NDT <a class="fa fa-question-circle" href="https://www.measurementlab.net/tests/ndt/" target="_blank"></a>
</td>
<td>MSAK <a class="fa fa-question-circle" href="https://www.measurementlab.net/tests/msak/"></a></td>
<td>MSAK <a class="fa fa-question-circle" href="https://www.measurementlab.net/tests/msak/" target="_blank"></a></td>
</tr>
<tr>
<td><i class="fa fa-server" aria-hidden="true"></i></td>
Expand Down

0 comments on commit 6b763a7

Please sign in to comment.