more <br>

This commit is contained in:
Fred Boniface 2022-09-20 21:24:40 +01:00
parent 518ae7e0d8
commit ef743f7e84
1 changed files with 4 additions and 0 deletions

View File

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