Compare commits

...

2 Commits

Author SHA1 Message Date
Fred Boniface 7d812b8488 Closes issue #28 (#33)
Reviewed-on: #33
2022-09-24 19:44:07 +00:00
Fred Boniface e18a75bf65 Closes issue #28 2022-09-24 20:41:35 +01:00
1 changed files with 1 additions and 3 deletions

View File

@ -56,6 +56,7 @@
<textarea class="form-text-large" placeholder="Please give as much detail here as possible" name="detail"><?php echo $detail;?></textarea> <textarea class="form-text-large" placeholder="Please give as much detail here as possible" name="detail"><?php echo $detail;?></textarea>
<br> <br>
<br> <br>
<input class="actionbutton" type="submit">
<br> <br>
<div class="text-description"> <div class="text-description">
<p> <p>
@ -72,9 +73,6 @@
<br> <br>
<?php echo $ua_str; ?> <?php echo $ua_str; ?>
</div> </div>
<br>
<br>
<input class="actionbutton" type="submit">
</form> </form>