diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index 5a40ad3045d9c035ae8ca2ebb61111910a957b95..6a1b9bbe491cecda997f0600e97300441a5fbff4 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -108,7 +108,7 @@ __''MAIN MENU''__    //[[Summary Options]]//
 
 	<div class="tab">
 		<<if $useSlaveSummaryOverviewTab == 1>>
-		<button class="tablinks" onclick="opentab(event, 'overview')">Overview</button>
+		<button class="tablinks" onclick="opentab(event, 'overview')" id="tab overview">Overview</button>
 		<</if>>
 		<button class="tablinks" onclick="opentab(event, 'resting')" id="tab resting">Resting</button>
 		<button class="tablinks" onclick="opentab(event, 'stay confined')" id="tab stay confined">Confined</button>
@@ -431,7 +431,7 @@ __''MAIN MENU''__&nbsp;&nbsp;&nbsp;&nbsp;//[[Summary Options]]//
 	<<else>>
 		<script>document.getElementById("tab all").click();</script>
 	<</if>>
-	
+
 	</body>
 	<<if $positionMainLinks <= 0>>
 		<br><<MainLinks>>