From afca5f12b75a2af1d75d74d952c2a955daa033a1 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 30 Jan 2025 10:51:48 +0000 Subject: Prettified Code! --- public/index.html | 6 ++++-- webAO/master.ts | 3 +-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index f0ec2af..aa9db3f 100644 --- a/public/index.html +++ b/public/index.html @@ -137,8 +137,10 @@ diff --git a/webAO/master.ts b/webAO/master.ts index fbddaa3..ddef040 100644 --- a/webAO/master.ts +++ b/webAO/master.ts @@ -175,8 +175,7 @@ function addServer(server: AOServer) { `Join` + `Watch` + `

${safeTags(server.description)}

` + - `` - + ``; } function processServerlist(serverlist: AOServer[]) { -- cgit