diff --git a/public/js/bedside/sutures.js b/public/js/bedside/sutures.js
index 701e50b..6dc1fa5 100644
--- a/public/js/bedside/sutures.js
+++ b/public/js/bedside/sutures.js
@@ -302,7 +302,7 @@ function render() {
html += '
Tetanus: ' + r.tetanus + '
';
- html += S.ref('Roberts & Hedges Clinical Procedures in Emergency Medicine, 7e (2019), Ch. 36. Fleisher & Ludwig Pediatric Emergency Medicine, 8e (2021). AAP Section on Emergency Medicine — Pediatric laceration repair. UpToDate (Pope JV) — Skin laceration repair with sutures. Suggestions only — verify against your local protocol and the patient in front of you.');
+ html += S.ref('Roberts & Hedges Clinical Procedures in Emergency Medicine, 7e (2019), Ch. 36. Fleisher & Ludwig Pediatric Emergency Medicine, 8e (2021). AAP Section on Emergency Medicine — Pediatric laceration repair. UpToDate (Pope JV) — Skin laceration repair with sutures.');
el.innerHTML = html;
}