From 38ac6c5289ee62c0ab9c21a37092f9283949304a Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Thu, 13 Aug 2020 22:51:57 -0400
Subject: [PATCH] artFrame appearing in quotes

---
 src/Mods/SpecialForce/TrickShotNight.tw       |  4 ++--
 src/events/eventUtils.js                      |  2 +-
 src/events/legacy/RECI.tw                     |  2 +-
 src/events/reSnatchAndGrabFollowup.tw         |  2 +-
 .../brothel/brothelAssignmentScene.tw         |  2 +-
 src/interaction/slaveInteract.js              |  8 ++++----
 src/interaction/wardrobeUse.js                |  2 +-
 src/js/salon.js                               | 20 +++++++++----------
 src/npc/descriptions/longSlave.js             |  2 +-
 src/npc/interaction/fSlaveFeed.tw             |  2 +-
 src/npc/newSlaveIncestSex.tw                  |  2 +-
 .../assistantAppearancePackTwo.tw             |  2 +-
 src/personalAssistant/assistantEvents.tw      |  2 +-
 src/pregmod/FCTV/seFCTVremote.tw              |  2 +-
 src/pregmod/rePregInventor.tw                 |  2 +-
 src/pregmod/reTheSirenStrikesBack.tw          |  2 +-
 src/uncategorized/PESS.tw                     |  2 +-
 src/uncategorized/PETS.tw                     |  2 +-
 src/uncategorized/REFS.tw                     |  2 +-
 src/uncategorized/RESS.tw                     |  6 +++---
 src/uncategorized/RETS.tw                     |  2 +-
 .../REresistantmotherdaughter.tw              |  2 +-
 src/uncategorized/genericPlotEvents.tw        |  8 ++++----
 .../industrialDairyAssignmentScene.tw         |  2 +-
 src/uncategorized/pBombing.tw                 |  2 +-
 src/uncategorized/pFSAnnouncement.tw          |  2 +-
 src/uncategorized/pHostageAcquisition.tw      |  2 +-
 src/uncategorized/pRivalryHostage.tw          |  2 +-
 src/uncategorized/pSlaveMedic.tw              |  2 +-
 src/uncategorized/peCombatTraining.tw         |  2 +-
 src/uncategorized/peConcubineInterview.tw     |  2 +-
 src/uncategorized/peHeadgirlConcubine.tw      |  2 +-
 src/uncategorized/peLonelyBodyguard.tw        |  2 +-
 src/uncategorized/pePitFight.tw               |  2 +-
 src/uncategorized/pePitFightInvite.tw         |  4 ++--
 src/uncategorized/reAWOL.tw                   |  2 +-
 src/uncategorized/reAnalPunishment.tw         |  2 +-
 src/uncategorized/reDevotedMotherDaughter.tw  |  2 +-
 src/uncategorized/reDevotedTwins.tw           |  2 +-
 src/uncategorized/reHGReplacement.tw          |  2 +-
 src/uncategorized/reLegendaryBalls.tw         |  2 +-
 src/uncategorized/reLegendaryCow.tw           |  2 +-
 src/uncategorized/reLegendaryEntertainer.tw   |  2 +-
 src/uncategorized/reLegendaryWhore.tw         |  2 +-
 src/uncategorized/reMilfTourist.tw            |  2 +-
 src/uncategorized/reNickname.tw               |  2 +-
 src/uncategorized/rePokerNight.tw             |  2 +-
 src/uncategorized/reRebels.tw                 |  2 +-
 src/uncategorized/reRelationshipAdvice.tw     |  2 +-
 src/uncategorized/reShelterInspection.tw      |  2 +-
 src/uncategorized/reShowerPunishment.tw       |  2 +-
 src/uncategorized/reSiblingRevenge.tw         |  2 +-
 src/uncategorized/reSlaveMarriage.tw          |  2 +-
 src/uncategorized/reStaffedMorning.tw         |  2 +-
 src/uncategorized/resSale.tw                  |  2 +-
 src/uncategorized/salon.tw                    |  2 +-
 src/uncategorized/seCoursing.tw               |  2 +-
 src/uncategorized/seExpiration.tw             |  2 +-
 src/uncategorized/seLethalPit.tw              |  4 ++--
 src/uncategorized/seNonlethalPit.tw           |  4 ++--
 src/uncategorized/seRetirement.tw             |  2 +-
 src/uncategorized/seWeddingSingle.tw          |  2 +-
 src/uncategorized/slaveInteract.tw            |  2 +-
 63 files changed, 84 insertions(+), 84 deletions(-)

diff --git a/src/Mods/SpecialForce/TrickShotNight.tw b/src/Mods/SpecialForce/TrickShotNight.tw
index ba543a6817c..531c565708d 100644
--- a/src/Mods/SpecialForce/TrickShotNight.tw
+++ b/src/Mods/SpecialForce/TrickShotNight.tw
@@ -104,7 +104,7 @@ Despite your direct elevator, interaction with the majority of your security for
 						<<set $activeSlave.hStyle = "buzzcut">>
 						<<set $activeSlave.clothes = "a military uniform">>
 						<<setLocalPronouns $activeSlave>>
-						<span id="artFrame">
+						<span id="art-frame">
 						/* 000-250-006 */
 						<<if $seeImages == 1>>
 							<<if $imageChoice == 1>>
@@ -128,7 +128,7 @@ Despite your direct elevator, interaction with the majority of your security for
 										<<run cashX(-50000, "event")>>
 									<<else>>
 										<<replace "#artFrame">>
-											<span id="artFrame">
+											<span id="art-frame">
 											/* 000-250-006 */
 											<<if $seeImages == 1>>
 												<<if $imageChoice == 1>>
diff --git a/src/events/eventUtils.js b/src/events/eventUtils.js
index 141c1e108f7..5eaf384ca87 100644
--- a/src/events/eventUtils.js
+++ b/src/events/eventUtils.js
@@ -52,7 +52,7 @@ App.Events.drawEventArt = (function() {
 
 		// actually draw the art - large if single slave, medium column if multiple slaves
 		let artSpan = document.createElement("span");
-		artSpan.id = "artFrame";
+		artSpan.id = "art-frame";
 		if (slaves.length === 1) {
 			let refDiv = document.createElement("div");
 			refDiv.classList.add("imageRef", V.imageChoice === 1 ? "lrgVector" : "lrgRender");
diff --git a/src/events/legacy/RECI.tw b/src/events/legacy/RECI.tw
index 20a64041d53..801aa79bd3d 100644
--- a/src/events/legacy/RECI.tw
+++ b/src/events/legacy/RECI.tw
@@ -50,7 +50,7 @@
 <<case "placeholder">>
 	<<set $activeSlave.clothes = "no clothing">>
 <</switch>>
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<if $imageChoice == 1>>
diff --git a/src/events/reSnatchAndGrabFollowup.tw b/src/events/reSnatchAndGrabFollowup.tw
index 775a5eea49c..b9c605bfd64 100644
--- a/src/events/reSnatchAndGrabFollowup.tw
+++ b/src/events/reSnatchAndGrabFollowup.tw
@@ -6,7 +6,7 @@
 <<setLocalPronouns _slave>>
 
 <<set _clothesTemp = _slave.clothes, _slave.clothes = "no clothing">>
-<span id="artFrame">
+<span id="art-frame">
 	<<if $seeImages == 1>>
 		<div class="imageColumn">
 			<div class="imageRef medImg">
diff --git a/src/facilities/brothel/brothelAssignmentScene.tw b/src/facilities/brothel/brothelAssignmentScene.tw
index 3ebda3d30ee..1d818e4ea1f 100644
--- a/src/facilities/brothel/brothelAssignmentScene.tw
+++ b/src/facilities/brothel/brothelAssignmentScene.tw
@@ -4,7 +4,7 @@
 <<run Enunciate($activeSlave)>>
 <<setLocalPronouns $activeSlave>>
 
-<span id="artFrame">
+<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<<if $imageChoice == 1>>
diff --git a/src/interaction/slaveInteract.js b/src/interaction/slaveInteract.js
index b5df650087a..03b5870a872 100644
--- a/src/interaction/slaveInteract.js
+++ b/src/interaction/slaveInteract.js
@@ -3235,7 +3235,7 @@ App.UI.SlaveInteract.custom = (function() {
 				() => {
 					slave.custom.image = null;
 					App.UI.SlaveInteract.custom(slave);
-					App.Art.refreshSlaveArt(slave, 3, "artFrame");
+					App.Art.refreshSlaveArt(slave, 3, "art-frame");
 				},
 			)
 		);
@@ -3295,10 +3295,10 @@ App.UI.SlaveInteract.custom = (function() {
 								filename: this.value,
 								format: jQuery("#customImageFormatSelector").val()
 							};
-							App.Art.refreshSlaveArt(slave, 3, "artFrame");
+							App.Art.refreshSlaveArt(slave, 3, "art-frame");
 						} else {
 							c.image.filename = this.value;
-							App.Art.refreshSlaveArt(slave, 3, "artFrame");
+							App.Art.refreshSlaveArt(slave, 3, "art-frame");
 						}
 					}
 				});
@@ -3347,7 +3347,7 @@ App.UI.SlaveInteract.custom = (function() {
 					() => {
 						slave.custom.hairVector = 0;
 						App.UI.SlaveInteract.custom(slave);
-						App.Art.refreshSlaveArt(slave, 3, "artFrame");
+						App.Art.refreshSlaveArt(slave, 3, "art-frame");
 					},
 				)
 			);
diff --git a/src/interaction/wardrobeUse.js b/src/interaction/wardrobeUse.js
index 2203e7df071..a6ab97ab0ee 100644
--- a/src/interaction/wardrobeUse.js
+++ b/src/interaction/wardrobeUse.js
@@ -916,6 +916,6 @@ App.UI.Wardrobe.refreshAll = function(slave) {
 	App.UI.Wardrobe.vaginalAttachment(slave);
 	App.UI.Wardrobe.dickAccessory(slave);
 	App.UI.Wardrobe.chastity(slave);
-	App.Art.refreshSlaveArt(slave, 3, "artFrame");
+	App.Art.refreshSlaveArt(slave, 3, "art-frame");
 	return;
 };
diff --git a/src/js/salon.js b/src/js/salon.js
index e78caf44303..05ceb432392 100644
--- a/src/js/salon.js
+++ b/src/js/salon.js
@@ -245,7 +245,7 @@ App.Medicine.Salon.ears = function(slave, {primaryEarColor = 0, secondaryEarColo
 					"Match current hair",
 					() => {
 						slave.earTColor = slave.hColor;
-						App.Art.refreshSlaveArt(slave, 3, "artFrame");
+						App.Art.refreshSlaveArt(slave, 3, "art-frame");
 						apply();
 					}
 				)
@@ -277,7 +277,7 @@ App.Medicine.Salon.ears = function(slave, {primaryEarColor = 0, secondaryEarColo
 					`Color ${his} ears`,
 					() => {
 						slave.earTColor = (primaryEarColor + secondaryEarColor);
-						App.Art.refreshSlaveArt(slave, 3, "artFrame");
+						App.Art.refreshSlaveArt(slave, 3, "art-frame");
 						cashX(forceNeg(V.modCost), "slaveMod", slave);
 						App.Medicine.Salon.ears(slave); // discard selections after locking them in.
 					}
@@ -303,7 +303,7 @@ App.Medicine.Salon.ears = function(slave, {primaryEarColor = 0, secondaryEarColo
 		return App.UI.DOM.generateLinksStrip(links);
 	}
 	function apply() {
-		App.Art.refreshSlaveArt(slave, 3, "artFrame");
+		App.Art.refreshSlaveArt(slave, 3, "art-frame");
 		App.Medicine.Salon.ears(
 			slave,
 			{
@@ -359,7 +359,7 @@ App.Medicine.Salon.hair = function(slave, {primaryHairColor = 0, secondaryHairCo
 					"Restore natural color",
 					() => {
 						slave.hColor = slave.origHColor;
-						App.Art.refreshSlaveArt(slave, 3, "artFrame");
+						App.Art.refreshSlaveArt(slave, 3, "art-frame");
 						cashX(forceNeg(V.modCost), "slaveMod", slave);
 						apply();
 					}
@@ -392,7 +392,7 @@ App.Medicine.Salon.hair = function(slave, {primaryHairColor = 0, secondaryHairCo
 					`Color ${his} hair`,
 					() => {
 						slave.hColor = (primaryHairColor + secondaryHairColor);
-						App.Art.refreshSlaveArt(slave, 3, "artFrame");
+						App.Art.refreshSlaveArt(slave, 3, "art-frame");
 						cashX(forceNeg(V.modCost), "slaveMod", slave);
 						App.Medicine.Salon.hair(slave); // discard selections after locking them in.
 					}
@@ -565,7 +565,7 @@ App.Medicine.Salon.hair = function(slave, {primaryHairColor = 0, secondaryHairCo
 					`Change`,
 					() => {
 						slave.earTColor = (primaryHairColor + secondaryHairColor);
-						App.Art.refreshSlaveArt(slave, 3, "artFrame");
+						App.Art.refreshSlaveArt(slave, 3, "art-frame");
 						cashX(forceNeg(V.modCost), "slaveMod", slave);
 						App.Medicine.Salon.hair(slave); // discard selections after locking them in.
 					}
@@ -675,7 +675,7 @@ App.Medicine.Salon.hair = function(slave, {primaryHairColor = 0, secondaryHairCo
 	}
 
 	function apply() {
-		App.Art.refreshSlaveArt(slave, 3, "artFrame");
+		App.Art.refreshSlaveArt(slave, 3, "art-frame");
 		App.Medicine.Salon.hair(
 			slave,
 			{
@@ -720,7 +720,7 @@ App.Medicine.Salon.tail = function(slave, {primaryTailColor = 0, secondaryTailCo
 					"Match current hair",
 					() => {
 						slave.tailColor = slave.hColor;
-						App.Art.refreshSlaveArt(slave, 3, "artFrame");
+						App.Art.refreshSlaveArt(slave, 3, "art-frame");
 						cashX(forceNeg(V.modCost), "slaveMod", slave);
 						apply();
 					}
@@ -753,7 +753,7 @@ App.Medicine.Salon.tail = function(slave, {primaryTailColor = 0, secondaryTailCo
 					`Color ${his} tail`,
 					() => {
 						slave.tailColor = (primaryTailColor + secondaryTailColor);
-						App.Art.refreshSlaveArt(slave, 3, "artFrame");
+						App.Art.refreshSlaveArt(slave, 3, "art-frame");
 						cashX(forceNeg(V.modCost), "slaveMod", slave);
 						App.Medicine.Salon.tail(slave); // discard selections after locking them in.
 					}
@@ -785,7 +785,7 @@ App.Medicine.Salon.tail = function(slave, {primaryTailColor = 0, secondaryTailCo
 	}
 
 	function apply() {
-		App.Art.refreshSlaveArt(slave, 3, "artFrame");
+		App.Art.refreshSlaveArt(slave, 3, "art-frame");
 		App.Medicine.Salon.tail(
 			slave,
 			{
diff --git a/src/npc/descriptions/longSlave.js b/src/npc/descriptions/longSlave.js
index 5bf5b434c7f..33ca73fbce8 100644
--- a/src/npc/descriptions/longSlave.js
+++ b/src/npc/descriptions/longSlave.js
@@ -22,7 +22,7 @@ App.Desc.longSlave = function(slave = V.activeSlave, {market = 0, eventDescripti
 	if (V.seeImages === 1 && !eventDescription && passage() !== "Slave Interact") {
 		// Art
 		span = document.createElement('span');
-		span.id = "artFrame";
+		span.id = "art-frame";
 		App.Events.drawEventArt(span, slave);
 		el.appendChild(span);
 	}
diff --git a/src/npc/interaction/fSlaveFeed.tw b/src/npc/interaction/fSlaveFeed.tw
index 96d58f158b4..541a18147ed 100644
--- a/src/npc/interaction/fSlaveFeed.tw
+++ b/src/npc/interaction/fSlaveFeed.tw
@@ -5,7 +5,7 @@
 <<setLocalPronouns $activeSlave>>
 <<setLocalPronouns $milkTap 2>>
 
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<div class="imageColumn">
diff --git a/src/npc/newSlaveIncestSex.tw b/src/npc/newSlaveIncestSex.tw
index a1e7b87a6b3..8b8975164e1 100644
--- a/src/npc/newSlaveIncestSex.tw
+++ b/src/npc/newSlaveIncestSex.tw
@@ -2,7 +2,7 @@
 
 <<set _clothesTemp = $relative.clothes, $relative.clothes = "no clothing">>
 <<set _clothesTemp2 = $relative2.clothes, $relative2.clothes = "no clothing">>
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<div class="imageColumn">
diff --git a/src/personalAssistant/assistantAppearancePackTwo.tw b/src/personalAssistant/assistantAppearancePackTwo.tw
index dee3b4e2fef..7ce2ef16a07 100644
--- a/src/personalAssistant/assistantAppearancePackTwo.tw
+++ b/src/personalAssistant/assistantAppearancePackTwo.tw
@@ -1,6 +1,6 @@
 :: Assistant Appearance Pack Two [nobr]
 
-<span id="artFrame">
+<span id="art-frame">
 	<<if $seeImages == 1>><<= assistantArt(3)>><</if>>
 </span>
 
diff --git a/src/personalAssistant/assistantEvents.tw b/src/personalAssistant/assistantEvents.tw
index e1b2d99e49b..27e8ee69ef1 100644
--- a/src/personalAssistant/assistantEvents.tw
+++ b/src/personalAssistant/assistantEvents.tw
@@ -4,7 +4,7 @@
 
 <<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event">>
 
-<span id="artFrame">
+<span id="art-frame">
 	<<if $seeImages == 1>><<= assistantArt(3)>><</if>>
 </span>
 
diff --git a/src/pregmod/FCTV/seFCTVremote.tw b/src/pregmod/FCTV/seFCTVremote.tw
index f1a5f5bec78..a321adba2bb 100644
--- a/src/pregmod/FCTV/seFCTVremote.tw
+++ b/src/pregmod/FCTV/seFCTVremote.tw
@@ -44,7 +44,7 @@
 <<setPlayerPronouns>>
 <<setAssistantPronouns>>
 
-<span id="artFrame">
+<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages > 0>>
 		<<if $imageChoice == 1>>
diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw
index da9a7482159..8c0a5f5fa18 100644
--- a/src/pregmod/rePregInventor.tw
+++ b/src/pregmod/rePregInventor.tw
@@ -6,7 +6,7 @@
 <<setAssistantPronouns>>
 <<setLocalPronouns $activeSlave>>
 <<run Enunciate($activeSlave)>>
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<if $imageChoice == 1>>
diff --git a/src/pregmod/reTheSirenStrikesBack.tw b/src/pregmod/reTheSirenStrikesBack.tw
index 5f6d156ea4e..ce789aac8dd 100644
--- a/src/pregmod/reTheSirenStrikesBack.tw
+++ b/src/pregmod/reTheSirenStrikesBack.tw
@@ -42,7 +42,7 @@
 <<run Enunciate($activeSlave)>>
 <<setSpokenLocalPronouns $activeSlave _ssb>>
 
-<span id="artFrame">
+<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<<if $imageChoice == 1>>
diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw
index 13aed8a89a9..f832383e772 100644
--- a/src/uncategorized/PESS.tw
+++ b/src/uncategorized/PESS.tw
@@ -64,7 +64,7 @@
 	<<case "tired collectrix" "tired milkmaid" "loving concubine" "bodyguard bedtime" "headgirl dickgirl">>
 		<<set $activeSlave.clothes = "no clothing">>
 <</switch>>
-<span id="artFrame">
+<span id="art-frame">
 <<if $RESSevent == "headgirl dickgirl">>
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
diff --git a/src/uncategorized/PETS.tw b/src/uncategorized/PETS.tw
index b9c8deabe86..14ac0796e51 100644
--- a/src/uncategorized/PETS.tw
+++ b/src/uncategorized/PETS.tw
@@ -67,7 +67,7 @@
 		/*Not sure we can do better for "stewardess beating": has _him2 bent over with _his2 buttocks bare, and is administering a punishing spanking.*/
 		<<set $subSlave.clothes = "no clothing">>
 <</switch>>
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<div class="imageColumn">
diff --git a/src/uncategorized/REFS.tw b/src/uncategorized/REFS.tw
index e67f990d3fa..31ecd31879c 100644
--- a/src/uncategorized/REFS.tw
+++ b/src/uncategorized/REFS.tw
@@ -210,7 +210,7 @@
 <<default>>
 <</switch>>
 
-<span id="artFrame">
+<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<<if $imageChoice == 1>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 217ffb489b1..dc01941cf72 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -100,7 +100,7 @@
 		<<set _meanGirl.clothes = either("a mini dress", "a t-shirt and jeans", "conservative clothing", "sport shorts and a t-shirt")>>
 		<<set _newSlaves.push(_meanGirl)>>
 	<</for>>
-	<span id="artFrame">
+	<span id="art-frame">
 		/* 000-250-006 */
 		<<if $seeImages == 1>>
 			<div class="imageColumn">
@@ -121,7 +121,7 @@
 		/* 000-250-006 */
 	</span>
 <<elseif $RESSevent == "PA flirting">>
-	<span id="artFrame">
+	<span id="art-frame">
 		/* 000-250-006 */
 		<<if $seeImages == 1>>
 			<div class="imageColumn">
@@ -134,7 +134,7 @@
 		/* 000-250-006 */
 	</span>
 <<else>>
-	<span id="artFrame">
+	<span id="art-frame">
 		/* 000-250-006 */
 		<<if $seeImages == 1>>
 			<<if $imageChoice == 1>>
diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw
index e3391e5b081..9a8d02951af 100644
--- a/src/uncategorized/RETS.tw
+++ b/src/uncategorized/RETS.tw
@@ -164,7 +164,7 @@
 	<<case "sadistic description">>
 		<<set $subSlave.clothes = "no clothing">>
 <</switch>>
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<div class="imageColumn">
diff --git a/src/uncategorized/REresistantmotherdaughter.tw b/src/uncategorized/REresistantmotherdaughter.tw
index cae57cad2d7..557052ba1ac 100644
--- a/src/uncategorized/REresistantmotherdaughter.tw
+++ b/src/uncategorized/REresistantmotherdaughter.tw
@@ -9,7 +9,7 @@
 
 <<set _clothesTemp = $slaves[$i].clothes, $slaves[$i].clothes = "no clothing">>
 <<set _clothesTemp2 = $slaves[$j].clothes, $slaves[$j].clothes = "no clothing">>
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<div class="imageColumn">
diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw
index dc75545c66f..988eb571bd7 100644
--- a/src/uncategorized/genericPlotEvents.tw
+++ b/src/uncategorized/genericPlotEvents.tw
@@ -1163,7 +1163,7 @@ A screen opposite your desk springs to life, <<if $assistant.personality == 0>>s
 	<<set $activeSlave.behavioralFlaw = "arrogant">>
 	<<set $activeSlave.sexualFlaw = "idealistic">>
 	<<setLocalPronouns $activeSlave>>
-	<span id="artFrame">
+	<span id="art-frame">
 		/* 000-250-006 */
 		<<if $seeImages == 1>>
 			<<if $imageChoice == 1>>
@@ -1221,7 +1221,7 @@ A screen opposite your desk springs to life, <<if $assistant.personality == 0>>s
 		<<set $activeSlave.behavioralFlaw = "anorexic">>
 		<<set $activeSlave.sexualFlaw = "idealistic">>
 		<<setLocalPronouns $activeSlave>>
-		<span id="artFrame">
+		<span id="art-frame">
 			/* 000-250-006 */
 			<<if $seeImages == 1>>
 				<<if $imageChoice == 1>>
@@ -1272,7 +1272,7 @@ A screen opposite your desk springs to life, <<if $assistant.personality == 0>>s
 	<<set $activeSlave.behavioralFlaw = "bitchy">>
 	<<set $activeSlave.sexualFlaw = "hates anal">>
 	<<setLocalPronouns $activeSlave>>
-	<span id="artFrame">
+	<span id="art-frame">
 		/* 000-250-006 */
 		<<if $seeImages == 1>>
 			<<if $imageChoice == 1>>
@@ -1330,7 +1330,7 @@ A screen opposite your desk springs to life, <<if $assistant.personality == 0>>s
 		<<set $activeSlave.sexualFlaw = "none">>
 		<<set $activeSlave.behavioralFlaw = "odd">>
 		<<setLocalPronouns $activeSlave>>
-		<span id="artFrame">
+		<span id="art-frame">
 			/* 000-250-006 */
 			<<if $seeImages == 1>>
 				<<if $imageChoice == 1>>
diff --git a/src/uncategorized/industrialDairyAssignmentScene.tw b/src/uncategorized/industrialDairyAssignmentScene.tw
index f11092ded58..055c0d70562 100644
--- a/src/uncategorized/industrialDairyAssignmentScene.tw
+++ b/src/uncategorized/industrialDairyAssignmentScene.tw
@@ -4,7 +4,7 @@
 
 <<setLocalPronouns $activeSlave>>
 
-<span id="artFrame">
+<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<<if $imageChoice == 1>>
diff --git a/src/uncategorized/pBombing.tw b/src/uncategorized/pBombing.tw
index 4b2ee240873..326c587dd7b 100644
--- a/src/uncategorized/pBombing.tw
+++ b/src/uncategorized/pBombing.tw
@@ -5,7 +5,7 @@
 
 <<if _S.Bodyguard>>
 	<<setLocalPronouns _S.Bodyguard>>
-	<span id="artFrame">
+	<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<<if $imageChoice == 1>>
diff --git a/src/uncategorized/pFSAnnouncement.tw b/src/uncategorized/pFSAnnouncement.tw
index 9c69c593011..6212bec9ace 100644
--- a/src/uncategorized/pFSAnnouncement.tw
+++ b/src/uncategorized/pFSAnnouncement.tw
@@ -6,7 +6,7 @@
 <<set $FSGotRepCredits = 1>>
 <<setAssistantPronouns>>
 
-<span id="artFrame">
+<span id="art-frame">
 	<<if $seeImages == 1>><<= assistantArt(3)>><</if>>
 </span>
 
diff --git a/src/uncategorized/pHostageAcquisition.tw b/src/uncategorized/pHostageAcquisition.tw
index fd794612e3e..583635f0ffa 100644
--- a/src/uncategorized/pHostageAcquisition.tw
+++ b/src/uncategorized/pHostageAcquisition.tw
@@ -15,7 +15,7 @@
 	<<setSpokenLocalPronouns getSlave($AS) $hostageWife>>
 <</if>>
 
-<span id="artFrame">
+<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<<if $imageChoice == 1>>
diff --git a/src/uncategorized/pRivalryHostage.tw b/src/uncategorized/pRivalryHostage.tw
index f02aee2379f..e94b8d581e0 100644
--- a/src/uncategorized/pRivalryHostage.tw
+++ b/src/uncategorized/pRivalryHostage.tw
@@ -232,7 +232,7 @@
 	<<setLocalPronouns $hostageWife 2>>
 <</switch>>
 
-<span id="artFrame">
+<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<<if $imageChoice == 1>>
diff --git a/src/uncategorized/pSlaveMedic.tw b/src/uncategorized/pSlaveMedic.tw
index 54bccde7d9a..736f4f573cb 100644
--- a/src/uncategorized/pSlaveMedic.tw
+++ b/src/uncategorized/pSlaveMedic.tw
@@ -78,7 +78,7 @@
 	<<set $activeSlave.counter.publicUse += 13>>
 <</if>>
 
-<span id="artFrame">
+<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<<if $imageChoice == 1>>
diff --git a/src/uncategorized/peCombatTraining.tw b/src/uncategorized/peCombatTraining.tw
index b8d5bc94521..e6578d70567 100644
--- a/src/uncategorized/peCombatTraining.tw
+++ b/src/uncategorized/peCombatTraining.tw
@@ -5,7 +5,7 @@
 <<set $activeSlave = _S.Bodyguard>>
 <<setLocalPronouns $activeSlave>>
 
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<if $imageChoice == 1>>
diff --git a/src/uncategorized/peConcubineInterview.tw b/src/uncategorized/peConcubineInterview.tw
index bb85625c4f9..23b44f846a2 100644
--- a/src/uncategorized/peConcubineInterview.tw
+++ b/src/uncategorized/peConcubineInterview.tw
@@ -12,7 +12,7 @@
 <<setPlayerPronouns>>
 <<setSpokenPlayerPronouns $activeSlave>>
 
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<if $imageChoice == 1>>
diff --git a/src/uncategorized/peHeadgirlConcubine.tw b/src/uncategorized/peHeadgirlConcubine.tw
index 4bc9ea29861..1d46b22dc1a 100644
--- a/src/uncategorized/peHeadgirlConcubine.tw
+++ b/src/uncategorized/peHeadgirlConcubine.tw
@@ -8,7 +8,7 @@
 <<set _bellyCon = bellyAdjective(_S.Concubine)>>
 <<setAssistantPronouns>>
 
-<span id="artFrame">
+<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<div class="imageColumn">
diff --git a/src/uncategorized/peLonelyBodyguard.tw b/src/uncategorized/peLonelyBodyguard.tw
index bccd428a8b3..c9709685643 100644
--- a/src/uncategorized/peLonelyBodyguard.tw
+++ b/src/uncategorized/peLonelyBodyguard.tw
@@ -13,7 +13,7 @@
 <<setLocalPronouns $activeSlave>>
 <<setLocalPronouns $slaves[$j] 2>>
 
-<span id="artFrame">
+<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<div class="imageColumn">
diff --git a/src/uncategorized/pePitFight.tw b/src/uncategorized/pePitFight.tw
index 6c5dfb66936..cf39af04ca2 100644
--- a/src/uncategorized/pePitFight.tw
+++ b/src/uncategorized/pePitFight.tw
@@ -9,7 +9,7 @@
 
 <<set $eventResults.pit = 0>>
 
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "no clothing">>
 <<if $seeImages == 1>>
diff --git a/src/uncategorized/pePitFightInvite.tw b/src/uncategorized/pePitFightInvite.tw
index c526a82b1f0..c1922e40490 100644
--- a/src/uncategorized/pePitFightInvite.tw
+++ b/src/uncategorized/pePitFightInvite.tw
@@ -5,7 +5,7 @@
 
 <<set $eventResults.pit = 0>>
 <<setLocalPronouns _S.Bodyguard>>
-<span id="artFrame">
+<span id="art-frame">
 </span>
 
 <p>Gladiatorial combat between slaves has not yet reached the level of social acceptability it once enjoyed in Rome, but it's growing in popularity. For now, most fights are discreet affairs limited to select guests. Displaying a slave bodyguard is an excellent way to get yourself invited to participate, and $assistant.name has just passed on an invitation to a private fight next week, should you be willing to hazard a bodyguard.</p>
@@ -17,7 +17,7 @@
 <span id="result">
 <<link "Enter your bodyguard as a gladiatrix">>
 	<<replace "#artFrame">>
-	<span id="artFrame">
+	<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<<if $imageChoice == 1>>
diff --git a/src/uncategorized/reAWOL.tw b/src/uncategorized/reAWOL.tw
index d1d4c814dc3..c3853662149 100644
--- a/src/uncategorized/reAWOL.tw
+++ b/src/uncategorized/reAWOL.tw
@@ -42,7 +42,7 @@
 
 <<setLocalPronouns $activeSlave>>
 <<setAssistantPronouns>>
-<span id="artFrame">
+<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<div class="imageColumn">
diff --git a/src/uncategorized/reAnalPunishment.tw b/src/uncategorized/reAnalPunishment.tw
index 36aff4000c7..1a5900b5e0f 100644
--- a/src/uncategorized/reAnalPunishment.tw
+++ b/src/uncategorized/reAnalPunishment.tw
@@ -10,7 +10,7 @@
 
 <<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "no clothing">>
 <<set _clothesTemp2 = _S.HeadGirl.clothes, _S.HeadGirl.clothes = "no clothing">>
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<div class="imageColumn">
diff --git a/src/uncategorized/reDevotedMotherDaughter.tw b/src/uncategorized/reDevotedMotherDaughter.tw
index d06df4e1e72..9d099d17a10 100644
--- a/src/uncategorized/reDevotedMotherDaughter.tw
+++ b/src/uncategorized/reDevotedMotherDaughter.tw
@@ -9,7 +9,7 @@
 
 <<set _clothesTemp = $slaves[$i].clothes, $slaves[$i].clothes = "no clothing">>
 <<set _clothesTemp2 = $slaves[$j].clothes, $slaves[$j].clothes = "no clothing">>
-<span id="artFrame">
+<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<div class="imageColumn">
diff --git a/src/uncategorized/reDevotedTwins.tw b/src/uncategorized/reDevotedTwins.tw
index 8e296fbd807..42919e7b76c 100644
--- a/src/uncategorized/reDevotedTwins.tw
+++ b/src/uncategorized/reDevotedTwins.tw
@@ -5,7 +5,7 @@
 <<set $i = $slaveIndices[$alphaTwin]>>
 <<set $j = $slaveIndices[$betaTwin]>>
 
-<span id="artFrame">
+<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<div class="imageColumn">
diff --git a/src/uncategorized/reHGReplacement.tw b/src/uncategorized/reHGReplacement.tw
index dc36a178107..99744aca87e 100644
--- a/src/uncategorized/reHGReplacement.tw
+++ b/src/uncategorized/reHGReplacement.tw
@@ -8,7 +8,7 @@
 
 <<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "no clothing">>
 <<set _clothesTemp2 = _S.HeadGirl.clothes>>
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<div class="imageColumn">
diff --git a/src/uncategorized/reLegendaryBalls.tw b/src/uncategorized/reLegendaryBalls.tw
index 0be83dcb131..4338c32638c 100644
--- a/src/uncategorized/reLegendaryBalls.tw
+++ b/src/uncategorized/reLegendaryBalls.tw
@@ -10,7 +10,7 @@
 <<setLocalPronouns $activeSlave>>
 <<set $activeSlave.devotion += 4>>
 
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<if $imageChoice == 1>>
diff --git a/src/uncategorized/reLegendaryCow.tw b/src/uncategorized/reLegendaryCow.tw
index 5d8ee0f4274..a5377b545cc 100644
--- a/src/uncategorized/reLegendaryCow.tw
+++ b/src/uncategorized/reLegendaryCow.tw
@@ -10,7 +10,7 @@
 <<setLocalPronouns $activeSlave>>
 <<set $activeSlave.devotion += 4>>
 
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<if $imageChoice == 1>>
diff --git a/src/uncategorized/reLegendaryEntertainer.tw b/src/uncategorized/reLegendaryEntertainer.tw
index d449cc09354..1430e9cd1cf 100644
--- a/src/uncategorized/reLegendaryEntertainer.tw
+++ b/src/uncategorized/reLegendaryEntertainer.tw
@@ -10,7 +10,7 @@
 <<setLocalPronouns $activeSlave>>
 <<set $activeSlave.devotion += 4>>
 
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<if $imageChoice == 1>>
diff --git a/src/uncategorized/reLegendaryWhore.tw b/src/uncategorized/reLegendaryWhore.tw
index 65044188a1f..792e9ad19fd 100644
--- a/src/uncategorized/reLegendaryWhore.tw
+++ b/src/uncategorized/reLegendaryWhore.tw
@@ -10,7 +10,7 @@
 <<setLocalPronouns $activeSlave>>
 <<set $activeSlave.devotion += 4>>
 
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<if $imageChoice == 1>>
diff --git a/src/uncategorized/reMilfTourist.tw b/src/uncategorized/reMilfTourist.tw
index 89a30b0184f..3966e10f3c8 100644
--- a/src/uncategorized/reMilfTourist.tw
+++ b/src/uncategorized/reMilfTourist.tw
@@ -31,7 +31,7 @@
 <<set $activeSlave.canRecruit = 0>>
 <<set $activeSlave.clothes = "nice business attire">>
 
-<span id="artFrame">
+<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<div class="imageColumn">
diff --git a/src/uncategorized/reNickname.tw b/src/uncategorized/reNickname.tw
index a3d528b4c97..2b14dd84e0d 100644
--- a/src/uncategorized/reNickname.tw
+++ b/src/uncategorized/reNickname.tw
@@ -1239,7 +1239,7 @@
 	<<set _notApplyDesc = "will try $his best to keep up with what's demanded of a sex slave, despite the annoyance of lacking genitals.">>
 <</switch>>
 
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<if $imageChoice == 1>>
diff --git a/src/uncategorized/rePokerNight.tw b/src/uncategorized/rePokerNight.tw
index 122be0bc466..76945fc6041 100644
--- a/src/uncategorized/rePokerNight.tw
+++ b/src/uncategorized/rePokerNight.tw
@@ -4,7 +4,7 @@
 
 <<setAssistantPronouns>>
 
-<span id="artFrame">
+<span id="art-frame">
 </span>
 
 Despite their persistent presence in your arcology, interaction with your mercenaries is relatively scarce. Aside from mutually exchanged nods on the street and the occasional briefing, your $mercenariesTitle enjoy a degree of autonomy.
diff --git a/src/uncategorized/reRebels.tw b/src/uncategorized/reRebels.tw
index 7f4f398b3ef..7a375259f60 100644
--- a/src/uncategorized/reRebels.tw
+++ b/src/uncategorized/reRebels.tw
@@ -10,7 +10,7 @@
 
 <<set _clothesTemp = $slaves[_i].clothes, $slaves[_i].clothes = "no clothing">>
 <<set _clothesTemp2 = $slaves[_j].clothes, $slaves[_j].clothes = "no clothing">>
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<div class="imageColumn">
diff --git a/src/uncategorized/reRelationshipAdvice.tw b/src/uncategorized/reRelationshipAdvice.tw
index 3a152ce5aab..a4b19f995d3 100644
--- a/src/uncategorized/reRelationshipAdvice.tw
+++ b/src/uncategorized/reRelationshipAdvice.tw
@@ -9,7 +9,7 @@
 <<setLocalPronouns $subSlave 2>>
 
 <<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "no clothing">>
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<div class="imageColumn">
diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw
index b43b73611cf..2a13dff6198 100644
--- a/src/uncategorized/reShelterInspection.tw
+++ b/src/uncategorized/reShelterInspection.tw
@@ -50,7 +50,7 @@
 <<run Enunciate($activeSlave)>>
 <<setSpokenLocalPronouns _Inspectee $activeSlave>>
 
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<div class="imageColumn">
diff --git a/src/uncategorized/reShowerPunishment.tw b/src/uncategorized/reShowerPunishment.tw
index 8dfbfbc377f..a52d759f5af 100644
--- a/src/uncategorized/reShowerPunishment.tw
+++ b/src/uncategorized/reShowerPunishment.tw
@@ -10,7 +10,7 @@
 
 <<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "no clothing">>
 <<set _clothesTemp2 = _S.HeadGirl.clothes, _S.HeadGirl.clothes = "no clothing">>
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<div class="imageColumn">
diff --git a/src/uncategorized/reSiblingRevenge.tw b/src/uncategorized/reSiblingRevenge.tw
index 56b26c72ffd..26afae3a835 100644
--- a/src/uncategorized/reSiblingRevenge.tw
+++ b/src/uncategorized/reSiblingRevenge.tw
@@ -9,7 +9,7 @@
 
 <<set _clothesTemp = $slaves[$i].clothes, $slaves[$i].clothes = "no clothing">>
 <<set _clothesTemp2 = $slaves[$j].clothes, $slaves[$j].clothes = "no clothing">>
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<div class="imageColumn">
diff --git a/src/uncategorized/reSlaveMarriage.tw b/src/uncategorized/reSlaveMarriage.tw
index 2e305bdb97c..c3cd9955681 100644
--- a/src/uncategorized/reSlaveMarriage.tw
+++ b/src/uncategorized/reSlaveMarriage.tw
@@ -10,7 +10,7 @@
 <<setLocalPronouns _brideSlave 2>>
 
 
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<div class="imageColumn">
diff --git a/src/uncategorized/reStaffedMorning.tw b/src/uncategorized/reStaffedMorning.tw
index a46689dd6fc..9bbd9fde9e6 100644
--- a/src/uncategorized/reStaffedMorning.tw
+++ b/src/uncategorized/reStaffedMorning.tw
@@ -14,7 +14,7 @@
 
 <<set _clothesTemp = _bedSlaves[1].clothes, _bedSlaves[1].clothes = "no clothing">>
 <<set _clothesTemp2 = _bedSlaves[0].clothes, _bedSlaves[0].clothes = "no clothing">>
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<div class="imageColumn">
diff --git a/src/uncategorized/resSale.tw b/src/uncategorized/resSale.tw
index b28f0f1e705..2b7c76a01de 100644
--- a/src/uncategorized/resSale.tw
+++ b/src/uncategorized/resSale.tw
@@ -63,7 +63,7 @@
 <</if>>
 <<setLocalPronouns $activeSlave>>
 
-<span id="artFrame">
+<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<<set $activeSlave.trust = 100>>
diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw
index a440fa74025..8fade6d11b5 100644
--- a/src/uncategorized/salon.tw
+++ b/src/uncategorized/salon.tw
@@ -17,7 +17,7 @@
 </span>
 
 /* 000-250-006 */
-<span id="artFrame">
+<span id="art-frame">
 	<<if $seeImages == 1>>
 		<<if $imageChoice == 1>>
 			<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<= SlaveArt(getSlave($AS), 3, 0)>></div>
diff --git a/src/uncategorized/seCoursing.tw b/src/uncategorized/seCoursing.tw
index 41de5a4964c..851263894e6 100644
--- a/src/uncategorized/seCoursing.tw
+++ b/src/uncategorized/seCoursing.tw
@@ -5,7 +5,7 @@
 <<set _activeLurcher = getSlave($LurcherID)>>
 <<setLocalPronouns _activeLurcher>>
 
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<set _clothesTemp = _activeLurcher.clothes, _activeLurcher.clothes = "no clothing">>
diff --git a/src/uncategorized/seExpiration.tw b/src/uncategorized/seExpiration.tw
index 4b1e28664b1..39e7e7e9b19 100644
--- a/src/uncategorized/seExpiration.tw
+++ b/src/uncategorized/seExpiration.tw
@@ -9,7 +9,7 @@
 <<run Enunciate($activeSlave)>>
 <<setLocalPronouns $activeSlave>>
 
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<if $imageChoice == 1>>
diff --git a/src/uncategorized/seLethalPit.tw b/src/uncategorized/seLethalPit.tw
index eb2162ba57f..2ba327c1459 100644
--- a/src/uncategorized/seLethalPit.tw
+++ b/src/uncategorized/seLethalPit.tw
@@ -25,7 +25,7 @@
 			<<goto "Nonrandom Event">>
 		<</if>>
 		<<setLocalPronouns _fighterTwo 2>>
-		<span id="artFrame">
+		<span id="art-frame">
 		/* 000-250-006 */
 		<<if $seeImages == 1>>
 			<div class="imageColumn">
@@ -48,7 +48,7 @@
 		<<case "feline">>
 			<<set _animal = $activeFeline>>
 		<</switch>>
-		<span id="artFrame">
+		<span id="art-frame">
 			/* 000-250-006 */
 			<<if $seeImages == 1>>
 				<<if $imageChoice == 1>>
diff --git a/src/uncategorized/seNonlethalPit.tw b/src/uncategorized/seNonlethalPit.tw
index 91e4a4189eb..f2681f855a0 100644
--- a/src/uncategorized/seNonlethalPit.tw
+++ b/src/uncategorized/seNonlethalPit.tw
@@ -18,7 +18,7 @@
 		<<goto "Nonrandom Event">>
 	<</if>>
 	<<setLocalPronouns _fighterTwo 2>>
-	<span id="artFrame">
+	<span id="art-frame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
 		<div class="imageColumn">
@@ -41,7 +41,7 @@
 	<<case "feline">>
 		<<set _animal = $activeFeline>>
 	<</switch>>
-	<span id="artFrame">
+	<span id="art-frame">
 		/* 000-250-006 */
 		<<if $seeImages == 1>>
 			<<if $imageChoice == 1>>
diff --git a/src/uncategorized/seRetirement.tw b/src/uncategorized/seRetirement.tw
index aac5a08c8d2..4ac078bc09f 100644
--- a/src/uncategorized/seRetirement.tw
+++ b/src/uncategorized/seRetirement.tw
@@ -22,7 +22,7 @@
 <<elseif $policies.retirement.fate == "arcade">>
 	/* Scene starts in normal clothing, previewing Fuckdolls doesn't seem to work. */
 <</if>>
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<if $imageChoice == 1>>
diff --git a/src/uncategorized/seWeddingSingle.tw b/src/uncategorized/seWeddingSingle.tw
index bf4a9717c15..e6267c69a98 100644
--- a/src/uncategorized/seWeddingSingle.tw
+++ b/src/uncategorized/seWeddingSingle.tw
@@ -8,7 +8,7 @@
 	<<set _knees = "knee">>
 <</if>>
 
-<span id="artFrame">
+<span id="art-frame">
 /* 000-250-006 */
 <<if $seeImages == 1>>
 	<<if $imageChoice == 1>>
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index 285dfec0b0a..88216e869af 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -92,7 +92,7 @@
 	<button class="tab-links" onclick="App.UI.tabbar.openTab(event, 'FamilyTab'), renderFamilyTree(V.slaves, V.activeSlave.ID)" id="tab FamilyTab">Family</button>
 </div>
 
-<div id="artFrame">
+<div id="art-frame">
 	<<if $seeImages == 1>>
 		<<if $imageChoice == 1>>
 			<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<= SlaveArt(getSlave($AS), 3, 0)>></div>
-- 
GitLab