diff options
Diffstat (limited to 'views/partials/comments.ejs')
| -rw-r--r-- | views/partials/comments.ejs | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/views/partials/comments.ejs b/views/partials/comments.ejs index 14bb9bf..936e487 100644 --- a/views/partials/comments.ejs +++ b/views/partials/comments.ejs @@ -20,13 +20,12 @@ </td> </tr> </script> -</table> -<table id="comment_form"> - <tr> - <td> + <tr id="comment_form"> + <td></td> + <td colspan="2"> <form> - <textarea required name="comment" placeholder="Enter your comment"></textarea> + <textarea required name="comment" placeholder="Add a comment"></textarea> <div class="inputs"> <input name="files" type="file" multiple> <input type="submit" value="POST" /> @@ -35,4 +34,4 @@ </form> </td> </tr> -</table>
\ No newline at end of file +</table> |
