diff options
| author | Bobby <[email protected]> | 2023-06-02 17:37:27 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-02 17:37:27 -0400 |
| commit | 21fd320e22d4bd7a1111213fcdd979069daa0873 (patch) | |
| tree | e8754c68ae3d1cce085cc47e59163788e673f590 | |
| parent | a9fc750c55077d89e95f95537c28f9d9e640644f (diff) | |
| download | thatcomputerscientist-21fd320e22d4bd7a1111213fcdd979069daa0873.tar.xz thatcomputerscientist-21fd320e22d4bd7a1111213fcdd979069daa0873.zip | |
Update commenting tips message
| -rw-r--r-- | templates/blog/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/blog/post.html b/templates/blog/post.html index 02571df4..028fda99 100644 --- a/templates/blog/post.html +++ b/templates/blog/post.html @@ -183,7 +183,7 @@ <br><br> </li> </ul> - <p style="margin-top: -7px;">Any links, images or other markup will be kept as plain text. Also, free speech is good and all, but please keep it civil. Sufficient JavaScript support will be required to bind shortkeys. Please type the markup manually if you are on an older browser.</p> + <p style="margin-top: -7px;">Any links, images or other markup will be kept as plain text. Also, free speech is good and all, but please keep it civil.</p> </div> </div> <input type="submit" value="Submit" class="button button-special"> @@ -268,7 +268,7 @@ <br><br> </li> </ul> - <p style="margin-top: -7px;">Any links, images or other markup will be kept as plain text. Also, free speech is good and all, but please keep it civil. Sufficient JavaScript support will be required to bind shortkeys. Please type the markup manually if you are on an older browser.</p> + <p style="margin-top: -7px;">Any links, images or other markup will be kept as plain text. Also, free speech is good and all, but please keep it civil.</p> </div> </div> <div id="comment-gotchas" style=" /* background-color: #2d1d3d; */ |
