@@ -27,7 +27,7 @@ |
||
27 | 27 | <form action="" method="post"> |
28 | 28 | <div class="form-group mb-2"><label for="">Title</label><input type="text" class="form-control" id="title" value="<?= (isset($singlepost->title) ? $singlepost->title : "") ?>" name="title"></div> |
29 | 29 | |
30 | - <div class="form-group mb-2"><label for="">Content</label><textarea id="body" name="body" class="form-control" cols="5"><?php echo isset($singlepost->content) ? $singlepost->content : ''; ?></textarea></div> |
|
30 | + <div class="form-group mb-2"><label for="">Content</label><textarea id="body" name="body" class="form-control" cols="5"><?php echo isset($singlepost->content) ? $singlepost->content : ''; ?></textarea></div> |
|
31 | 31 | |
32 | 32 | <div class="form-group mb-2"> |
33 | 33 | <label for="">Label</label> |