diff --git a/src/facilities/bodyModification/bodyModification.js b/src/facilities/bodyModification/bodyModification.js
index 75a1a17c4f7646f2f1e8cc90ba47f9aad859adfc..2906d75941d6327b57b5410226a6a40bb7ef2bb9 100644
--- a/src/facilities/bodyModification/bodyModification.js
+++ b/src/facilities/bodyModification/bodyModification.js
@@ -611,7 +611,7 @@ App.UI.bodyModification = function(slave, cheat = false) {
 						)
 					);
 					if (slave.abortionTat > -1) {
-						r.push(`//This will only remove birth tracking//`);
+						r.push(`<span style="font-style:italic">This will only remove birth tracking</span>`);
 					}
 				} else {
 					r.push(`${He} is scheduled to receive a tattoo each time ${he} gives birth.`);
@@ -670,7 +670,7 @@ App.UI.bodyModification = function(slave, cheat = false) {
 						)
 					);
 					if (slave.birthsTat > -1) {
-						r.push(`//This will only remove abortion tracking//`);
+						r.push(`<span style="font-style:italic">This will only remove abortion tracking</span>`);
 					}
 				} else {
 					r.push(`${He} is scheduled to receive a tattoo each time ${he} gets an abortion or miscarries.`);