aboutsummaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
authorFChannel <>2021-05-12 22:07:13 -0700
committerFChannel <>2021-05-12 22:07:13 -0700
commit88521d92e6228a5bbfe1b0a5303bb1bd9cb5d955 (patch)
tree7887dba045c9e005920cddd19047bb6ee6018bca /static/js
parent43e30cd3bc559eb9c51a2df0f45f3e29090cd0aa (diff)
cleaned up manage page style
Diffstat (limited to 'static/js')
-rw-r--r--static/js/posts.js2
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)