diff --git a/Content.Shared/CCVar/CCVars.Game.cs b/Content.Shared/CCVar/CCVars.Game.cs
index 7fad7b480d..68342733f8 100644
--- a/Content.Shared/CCVar/CCVars.Game.cs
+++ b/Content.Shared/CCVar/CCVars.Game.cs
@@ -291,10 +291,10 @@ public sealed partial class CCVars
///
/// Amount of playtime in minutes to be exempt from an IP check. 0 to search everyone. 5 hours by default.
+ ///
///
/// Trust me you want one.
- /// >
- ///
+ ///
public static readonly CVarDef GameIPIntelExemptPlaytime =
CVarDef.Create("game.ipintel_exempt_playtime", TimeSpan.FromMinutes(300), CVar.SERVERONLY);