Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: John Roper <johnroper100@gmail.com>
  • Loading branch information
johnroper100 committed Jul 30, 2020
1 parent 2b5d573 commit c2e469c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function showStyleInput(that) {
<form method="post" action="post">
<fieldset>
<input type="text" name="blogPostTitle" class="blogPostTitle" placeholder="The post title" required />
<textarea name="blogPostContent" id="blogPostContent" placeholder="Write your post here, you can use Markdown" required></textarea>
<textarea name="blogPostContent" id="blogPostContent" placeholder="Write your post here, you can use Markdown"></textarea>
<input type="password" name="blogPassword" placeholder="Management password" required />
</fieldset>
<input type="hidden" name="form" value="post" required />
Expand Down

0 comments on commit c2e469c

Please sign in to comment.