Skip to content

Commit

Permalink
fixing times on forms
Browse files Browse the repository at this point in the history
  • Loading branch information
starstryder committed Aug 12, 2024
1 parent f7b37e9 commit aae4228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csb/science/tasks/add-images/add-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function uploadForm() {
$form .= "<label for='pixSize' class='mt-4'>Pixel Size: </label><br/>";
$form .= "<input type='text' name='pixSize' id='pixSize'><br/>";
$form .= "<label for='description' class='mt-4'>Description: </label><br/>";
$form .= "<textarea name='description' id='description' rows='4' cols='50'></textarea><br/>";
$form .= "<input type='text' name='description' id='description'></input><br/>";
$form .= "<label for='details' class='mt-4'>Details: </label><br/>";
$form .= "<input type='text' name='details' id='details'><br/><br/>";

Expand Down

0 comments on commit aae4228

Please sign in to comment.