„threadr/boards/post.php“ ändern

master
Erik 2020-03-04 08:34:46 +01:00
parent 0c84726ff4
commit 865225f3d8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ $navbar="boards";
</div>
<div class="item-2 form">
<form action="%CONTENT_DIR%/boards/" method="post">
<input type="text" name="post" maxlength="2000" placeholder="What happened today?"/>
<input type="text" name="post" maxlength="2000" placeholder="What happened today? Tell me your story in 2000 characters."/>
<input type="submit" value="Post">
</form>
</div>