diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index 003ff8272a7a6475f122075fe07da8afb947be58..310b2f3b5e263c9e3dad024e6ea5931082a0768e 100644
--- a/src/uncategorized/longSlaveDescription.tw
+++ b/src/uncategorized/longSlaveDescription.tw
@@ -3,6 +3,16 @@
 <<run SlaveStatClamp($activeSlave)>>
 <<setLocalPronouns $activeSlave>>
 
+<span id="artFrame">
+	<<if $seeImages == 1 && $eventDescription != 1 && passage() != "Slave Interact">>
+		<<if $imageChoice == 1>>
+			<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<= SlaveArt($activeSlave, 3, 0)>></div>
+		<<else>>
+			<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<= SlaveArt($activeSlave, 3, 0)>></div>
+		<</if>>
+	<</if>>
+</span>
+
 <span style="font-weight:bold"><span class="pink"><<= SlaveFullName($activeSlave)>></span></span>
 
 <<if $activeSlave.custom.label>> (<span class="yellow"><span style="font-weight:bold"><<print $activeSlave.custom.label>></span></span>)<</if>>
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index 5948d7002f89e539660ca0d42458df9d143f41b4..e3921b723c1769aaa1004129b9a22f403a52b26e 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -106,7 +106,6 @@
 			<div style="font-style:italic">
 				<<link "Description Options">>
 					<<replace #hideOptionPages>>
-						|
 						<<link "(hide)">>
 							<<replace #hideOptionPages>>
 							<</replace>>