Skip to content

Commit

Permalink
add rel='noopener' to external links
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed Oct 5, 2023
1 parent b9dae14 commit 3696f5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autobidsportal/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 class="card-title">Welcome to Autobids!</h1>
<p class="card-text">
Autobids is a tool for automatically downloading your MR data from
the CFMM scanner and converting them to
<a href="https://bids.neuroimaging.io/" target="_blank">BIDS</a>
<a href="https://bids.neuroimaging.io/" target="_blank" rel="noopener">BIDS</a>
format.
</p>
<p>
Expand Down
6 changes: 3 additions & 3 deletions autobidsportal/templates/survey.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ <h4 class="card-title">CFMM DICOM Server Project Information</h4>
<p class="card-text">
The following questions require study information from the CFMM
dicom server. Please open the
<a href="https://dicom.cfmm.robarts.ca/dm/index" target="_blank">
CFMM DICOM Management website
</a>
<a href="https://dicom.cfmm.robarts.ca/dm/index"
target="_blank"
rel="noopener">CFMM DICOM Management website</a>
in a separate window to gather this information. Note: your study
must be on the CFMM DICOM server to be compatible with autobids.
</p>
Expand Down

0 comments on commit 3696f5c

Please sign in to comment.