From 48528ecde4ca732568d67d1dfdd77fcc8eced805 Mon Sep 17 00:00:00 2001 From: TheClashFruit Date: Tue, 11 Jun 2024 14:50:08 +0200 Subject: [PATCH] fix: missing comma and indentation --- index.php | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/index.php b/index.php index 4fdb189..fa189e5 100644 --- a/index.php +++ b/index.php @@ -12,7 +12,6 @@ session_start(); $nations = array( - 'psf' => array( 'name' => 'Panorama Socialist Federation', 'flag' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Nations/Republic%20of%20Panorama/Flag.svg', @@ -58,7 +57,7 @@ 'leader' => 'polycord', 'leader_term' => 'President', ), - 'tcg' => array( + 'tcg' => array( 'name' => 'Toasteric Colony of Grapetopia', 'flag' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Nations/Grapetopia/TCG.svg', 'short' => 'tcg', @@ -85,18 +84,18 @@ 'description' => 'Creators of the H1 and the Northern Complex, Northern is dedicated to improving the CRSS experience.' ), 'cin' => array( - 'name' => 'Charge Industries', - 'logo' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Companies/The%20Toaster-Königreich/ChargeIndustries.svg', - 'short' => 'cin', - 'short_description' => 'A multipurpose company owned and operated by The Toaster-Königreich', - 'description' => 'Charge Industries helped bring a new endermen farm to the end, available for public use regardless of nationality. Currently Charge is looking forward to build a artificial village for villagers on Blurry Island (East of Portal Island), this area will allow anyone to come and trade with the residents. Charge Industries™.' + 'name' => 'Charge Industries', + 'logo' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Companies/The%20Toaster-Königreich/ChargeIndustries.svg', + 'short' => 'cin', + 'short_description' => 'A multipurpose company owned and operated by The Toaster-Königreich', + 'description' => 'Charge Industries helped bring a new endermen farm to the end, available for public use regardless of nationality. Currently Charge is looking forward to build a artificial village for villagers on Blurry Island (East of Portal Island), this area will allow anyone to come and trade with the residents. Charge Industries™.' ), 'def' => array( - 'name' => 'Deforest' - 'logo' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Companies/The%20Romanian%20Federation%20of%20Minecraft/deforest%20white%20svg.svg', - 'short' => 'def', - 'short_description' => 'Helping clear out forests', - 'description' => 'Helping clear out forests for emerging nations or for new projects.' + 'name' => 'Deforest', + 'logo' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Companies/The%20Romanian%20Federation%20of%20Minecraft/deforest%20white%20svg.svg', + 'short' => 'def', + 'short_description' => 'Helping clear out forests', + 'description' => 'Helping clear out forests for emerging nations or for new projects.' ) );