diff options
| author | stonedDiscord <stonedDiscord@users.noreply.github.com> | 2025-01-30 10:51:48 +0000 |
|---|---|---|
| committer | GitHub Action <actions@github.com> | 2025-01-30 10:51:48 +0000 |
| commit | afca5f12b75a2af1d75d74d952c2a955daa033a1 (patch) | |
| tree | 618021b961486b49877bcd1a9666c6f122a1df32 /webAO/master.ts | |
| parent | 9be77db6e8def89cf26c5be4db22731b6d3a69f2 (diff) | |
Prettified Code!
Diffstat (limited to 'webAO/master.ts')
| -rw-r--r-- | webAO/master.ts | 3 |
1 files changed, 1 insertions, 2 deletions
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) { `<a class="button" href="${fullClientJoinURL}" target="_blank">Join</a>` + `<a class="button" href="${fullClientWatchURL}" target="_blank">Watch</a></summary>` + `<p>${safeTags(server.description)}</p>` + - `</details>` - + `</details>`; } function processServerlist(serverlist: AOServer[]) { |
