From 0b83ddc7c1feab790471534df658876a77141e3b Mon Sep 17 00:00:00 2001
From: Simon
Date: Wed, 1 Nov 2023 11:48:07 +0100
Subject: [PATCH] Allow HTML tags in the TROView fluff
---
megamek/resources/megamek/common/templates/tro/fluff.ftlh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/megamek/resources/megamek/common/templates/tro/fluff.ftlh b/megamek/resources/megamek/common/templates/tro/fluff.ftlh
index d81cad15407..2bdc290ecea 100644
--- a/megamek/resources/megamek/common/templates/tro/fluff.ftlh
+++ b/megamek/resources/megamek/common/templates/tro/fluff.ftlh
@@ -24,6 +24,7 @@
Cost: ${cost} C-bills
+<#noautoesc>
<#if fluffOverview??>
Overview
@@ -50,4 +51,5 @@ ${fluffDeployment}
History
${fluffHistory}
-#if>
\ No newline at end of file
+#if>
+#noautoesc>
\ No newline at end of file