diff --git a/src/endWeek/reports/personalAttention.js b/src/endWeek/reports/personalAttention.js
index ab8400eded4f29336a50670f434b9fceb28701cb..646815815d6597517fc5186eaccd0e84480e6b62 100644
--- a/src/endWeek/reports/personalAttention.js
+++ b/src/endWeek/reports/personalAttention.js
@@ -52,7 +52,7 @@ globalThis.induceFlawLenityEffects = function(slave) {
  * @returns {Node}
  */
 globalThis.basicTrainingDefaulter = function(slave) {
-	const el = document.createElement("p");
+	const el = new DocumentFragment();
 	const {He, His, his, he} = getPronouns(slave);
 	const pti = V.personalAttention.findIndex(function(s) { return s.ID === slave.ID; });
 	const pa = V.personalAttention[pti];