Compare commits

..

No commits in common. "7d812b848847eb497d0b3bbe84e03883470d93ca" and "6fd580e3f93308c2856755356c82aedf3503f5ea" have entirely different histories.

1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,6 @@
<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>
@ -73,6 +72,9 @@
<br> <br>
<?php echo $ua_str; ?> <?php echo $ua_str; ?>
</div> </div>
<br>
<br>
<input class="actionbutton" type="submit">
</form> </form>