Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Feb 11, 2024
1 parent 871b5b6 commit 024bfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/pools/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public function edit_order(Page $page, Pool $pool, array $images): void
));
}
$form->appendChild($image_list);

$form->appendChild(
INPUT(["type" => "hidden", "name" => "pool_id", "value" => $pool->id]),
SHM_SUBMIT("Order", ["name" => "edit", "id" => "edit_pool_order"])
Expand Down

0 comments on commit 024bfb9

Please sign in to comment.