diff --git a/src/Mods/SecExp/attackOptions.tw b/src/Mods/SecExp/attackOptions.tw
index 874cf8e7a84afb51938965a2f52c2dd9556b74bf..c637703b0a103188a6214c2c65979e58dadea5bc 100644
--- a/src/Mods/SecExp/attackOptions.tw
+++ b/src/Mods/SecExp/attackOptions.tw
@@ -169,18 +169,18 @@ approximately <strong>_estimatedMen men</strong> are coming, they seem to be
 <strong>_leader</strong> lead your troops.
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 [[Personally join the battle|attackOptions][$SecExp.war.commander = "PC"]]
-|<<link "Let $assistant.name lead your troops""attackOptions">> <<set $SecExp.war.commander = "assistant">> <</link>>
+| <<link "Let $assistant.name lead your troops""attackOptions">> <<set $SecExp.war.commander = "assistant">> <</link>>
 <<if $BodyguardID !== 0 && $SecExp.edicts.defense.slavesOfficers === 1>>
-	|[[Let your bodyguard lead your troops|attackOptions][$SecExp.war.commander = "bodyguard"]]
+	| [[Let your bodyguard lead your troops|attackOptions][$SecExp.war.commander = "bodyguard"]]
 <</if>>
 <<if $HeadGirlID !== 0 && $SecExp.edicts.defense.slavesOfficers === 1>>
-	|[[Let your Head Girl lead your troops|attackOptions][$SecExp.war.commander = "headGirl"]]
+	| [[Let your Head Girl lead your troops|attackOptions][$SecExp.war.commander = "headGirl"]]
 <</if>>
 <<if $SecExp.edicts.defense.militia >= 1>>
-	|[[Let the citizens' militia officers lead the troops|attackOptions][$SecExp.war.commander = "citizen"]]
+	| [[Let the citizens' militia officers lead the troops|attackOptions][$SecExp.war.commander = "citizen"]]
 <</if>>
 <<if $mercenaries > 0>>
-	|[[Let the mercenary officers lead the troops|attackOptions][$SecExp.war.commander = "mercenary"]]
+	| [[Let the mercenary officers lead the troops|attackOptions][$SecExp.war.commander = "mercenary"]]
 <</if>>
 <<if $SF.Toggle && $SF.Active >= 1 && $SF.MercCon.CanAttend === -2>>
 	|[[Let The Colonel lead the troops|attackOptions][$SecExp.war.commander = "colonel"]]