diff options
author | Vitaly Takmazov | 2021-02-13 21:39:47 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-02-13 22:01:12 +0300 |
commit | 5305a1d07b739e68712a405d9097fd5ae5a68b8b (patch) | |
tree | 0f4703f9d5c5a121e10f4d4e968b83f60b71caca /src/main/resources/templates/views/post.html | |
parent | 40d2ce54b937aa6f69bd5891bbd12b30046646d0 (diff) |
Cleanup CSS/HTML suggestions from VSCode
Diffstat (limited to 'src/main/resources/templates/views/post.html')
-rw-r--r-- | src/main/resources/templates/views/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/templates/views/post.html b/src/main/resources/templates/views/post.html index b4893ec9..a77fa3bd 100644 --- a/src/main/resources/templates/views/post.html +++ b/src/main/resources/templates/views/post.html @@ -3,7 +3,7 @@ {% block content %} <article> <form id="postmsg"> - <p style="text-align: left"> + <p style="text-align: left;"> <b>Фото:</b> <span id="attachmentfile"> <input style="width: 100%;" type="file" name="attach" accept="image/jpeg,image/png"/> <i>({{ i18n("messages","postForm.imageFormats") }})</i></span> </p> @@ -14,7 +14,7 @@ </p> </form> </article> -<p style="text-align: left"><b>Теги:</b></p> +<p style="text-align: left;"><b>Теги:</b></p> {{ tags(visitor.name, tags) }} {% endblock %} {% block "column" %} |