diff options
author | FChannel <> | 2021-05-12 22:07:13 -0700 |
---|---|---|
committer | FChannel <> | 2021-05-12 22:07:13 -0700 |
commit | 88521d92e6228a5bbfe1b0a5303bb1bd9cb5d955 (patch) | |
tree | 7887dba045c9e005920cddd19047bb6ee6018bca /static/js | |
parent | 43e30cd3bc559eb9c51a2df0f45f3e29090cd0aa (diff) |
cleaned up manage page style
Diffstat (limited to 'static/js')
-rw-r--r-- | static/js/posts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/posts.js b/static/js/posts.js index 592a35d..118c362 100644 --- a/static/js/posts.js +++ b/static/js/posts.js @@ -131,7 +131,7 @@ function convertContent(actorName, content, opid) }) } - re = /^>.+/gm; + re = /^(\s+)?>.+/gm; match = newContent.match(re); if(match) |