„threadr/board/post.php“ ändern

master
Jakob 2020-03-08 03:58:48 +01:00
parent 0efcdb85bf
commit 37f45e6a84
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div class="form"> <section class="form">
<form action="%CONTENT_DIR%/board/submit.php" method="post"> <form action="%CONTENT_DIR%/board/submit.php" method="post">
<input type="text" name="post" maxlength="65535" placeholder="You can contribute to the conversation here. Tell us your story in up to 65535 characters..."/> <input type="text" name="post" maxlength="65535" placeholder="You can contribute to the conversation here. Tell us your story in up to 65535 characters..."/>
<input type="submit" value="Post"> <input type="submit" value="Post">
</form> </form>
</div> </section>