php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 25d93f52b7 - Show all commits

View File

@ -48,12 +48,12 @@
<form action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>" method="post">
<span class="form-info">Subject:</span>
<br>
<input class="form-text-small" type="text" name="subject" value="<?php echo $title;?>">
<input class="form-text-small" type="text" name="subject" placeholder="Subject" value="<?php echo $title;?>">
<br>
<br>
<span class="form-info">Details:</span>
<br>
<textarea class="form-text-large" 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>