protvista-uniprot 4.3.7 → 4.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -399,7 +399,9 @@ const Cm = {
399
399
  ${s.properties["PSM Count (0.05 gFLR)"] ? `<li class="text-indent-2">PSM Count (0.05 gFLR): ${s.properties["PSM Count (0.05 gFLR)"]}</li>` : ""}
400
400
  ${s.properties["Final site probability"] ? `<li class="text-indent-2">Final site probability: ${s.properties["Final site probability"]}</li>` : ""}
401
401
  ${s.properties["Universal Spectrum Id"] ? `<li class="text-indent-2 nowrap margin-bottom">Universal Spectrum Id:
402
- <a href="http://proteomecentral.proteomexchange.org/usi/?usi=${s.properties["Universal Spectrum Id"]}" target="_blank">View on ProteomeXchange</a>
402
+ <a href="http://proteomecentral.proteomexchange.org/usi/?usi=${encodeURIComponent(
403
+ s.properties["Universal Spectrum Id"]
404
+ )}" target="_blank">View on ProteomeXchange</a>
403
405
  </li>` : ""}
404
406
  `
405
407
  ).join("")