From 34405a960e21bc77218ec0c05e53edbbde0a922d Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Wed, 2 Oct 2019 16:05:48 -0400
Subject: [PATCH] fixed encyclopedia issue

---
 src/gui/Encyclopedia/encyclopedia.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index 78668674b66..1b213ea05bf 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -2739,7 +2739,7 @@ LORE: INTERVIEWS
 
 <<case "Petite Admiration">>
 	''Petite Admiration'' is a future society model. It:
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;Approves of slaves shorter than lengthToEitherUnit(160).
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;Approves of slaves shorter than <<= lengthToEitherUnit(160)>>.
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;Improves value and beauty of sufficiently short slaves.
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;Can be developed to accept relative shortness.
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;Can be developed to radically affect goods seen in the slave market.
@@ -2748,7 +2748,7 @@ LORE: INTERVIEWS
 
 <<case "Statuesque Glorification">>
 	''Statuesque Glorification'' is a future society model. It:
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;Approves of slaves taller than lengthToEitherUnit(170).
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;Approves of slaves taller than <<= lengthToEitherUnit(170)>>.
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;Improves value and beauty of sufficiently tall slaves.
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;Can be developed to accept relative tallness.
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;Can be developed to radically affect goods seen in the slave market.
-- 
GitLab