diff --git a/src/js/rulesAssistant.js b/src/js/rulesAssistant.js
index e801b1f6897df32b128ec81099b63b1a106d0bfa..78bb68b3d4548754bbfd3d4253be258ebc3703cc 100644
--- a/src/js/rulesAssistant.js
+++ b/src/js/rulesAssistant.js
@@ -460,7 +460,7 @@ window.RASummaryCell = function() {
 
 		function ruleSetValueToString(v) {
 			if (typeof v === 'object' && v.hasOwnProperty('cond') && v.hasOwnProperty('val')) {
-				return `${v.cond} ${v.val}`;
+				return `<nowiki>${v.cond} ${v.val}</nowiki>`;
 			}
 			return `${v}`;
 		}
diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index f8229bf372e2c46f2ffeb96bd74dabb992b842f6..2a77be60d671d8fe1f36755cfa8c5b0b2c6f8456 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -1,7 +1,9 @@
 :: Main [nobr]
 
 <<if $releaseID >= 1000 || $ver.includes("0.9") || $ver.includes("0.8") || $ver.includes("0.7") || $ver.includes("0.6")>>
-	<<if $releaseID >= 1031>>
+	<<if $releaseID >= 1046>>
+	<<elseif $releaseID < 1046>>
+		''@@.red;INCOMPATIBILITY WARNING:@@'' your saved game was created using version $ver build $releaseID. Due to a major changes to the Rules Assistant data scheme, you must run [[backwards compatibility|Backwards Compatibility]].
 	<<elseif $releaseID < 1031>>
 		''@@.red;INCOMPATIBILITY WARNING:@@'' your saved game was created using version $ver build $releaseID. Due to a major overhaul to intelligence and education, it is advisable to run backwards compatibility.
 	<<elseif $releaseID >= 1022 && ndef $SF>>