From 8b18b73f94a08cf95b0284bae39f6c416099c730 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 8 Jan 2024 22:08:10 +0000 Subject: [PATCH] fmt --- ext/upload/theme.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/upload/theme.php b/ext/upload/theme.php index 0b40670e..abf41d64 100644 --- a/ext/upload/theme.php +++ b/ext/upload/theme.php @@ -47,7 +47,7 @@ class UploadTheme extends Themelet $form = SHM_FORM("upload", "POST", true, "file_upload"); $form->appendChild( TABLE( - ["id" => "large_upload_form", "class"=>"form"], + ["id" => "large_upload_form", "class" => "form"], TR( TH(["width" => "20"], "Common Tags"), TD(["colspan" => "6"], INPUT(["name" => "tags", "type" => "text", "placeholder" => "tagme", "class" => "autocomplete_tags"])) @@ -242,7 +242,7 @@ class UploadTheme extends Themelet $form = SHM_FORM("replace/".$image_id, "POST", true); $form->appendChild(emptyHTML( TABLE( - ["id" => "large_upload_form", "class"=>"form"], + ["id" => "large_upload_form", "class" => "form"], $upload_list, TR(TD("Source"), TD(["colspan" => 3], INPUT(["name" => "source", "type" => "text"]))), TR(TD(["colspan" => 4], INPUT(["id" => "uploadbutton", "type" => "submit", "value" => "Post"]))),