Added <br>'s

This commit is contained in:
Fred Boniface 2022-09-20 21:23:51 +01:00
parent 8ff87b3416
commit 518ae7e0d8
1 changed files with 3 additions and 0 deletions

View File

@ -48,16 +48,19 @@
<span class="form-info">Details:</span> <span class="form-info">Details:</span>
<br> <br>
<textarea class="form-text-large" name="detail" rows="5" cols="40"><?php echo $detail;?></textarea> <textarea class="form-text-large" name="detail" rows="5" cols="40"><?php echo $detail;?></textarea>
<br>
<span class="form-description"> <span class="form-description">
On submission of this form, your browsers User Agent string will be On submission of this form, your browsers User Agent string will be
collected alongside the information you provide above and will be collected alongside the information you provide above and will be
posted to git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues. posted to git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues.
</span> </span>
<br>
<span class="form-description"> <span class="form-description">
Your user agent is: Your user agent is:
<br> <br>
<?php echo $ua_str; ?> <?php echo $ua_str; ?>
</span> </span>
<br>
<input class="actionbutton" type="submit"> <input class="actionbutton" type="submit">
</form> </form>