Fixed post editing

This commit is contained in:
tdgmcode 2023-03-24 23:50:20 -04:00
parent 6e6c2d9d68
commit a2e58587fb

View file

@ -131,7 +131,7 @@
icon='/delete.svg' icon='/delete.svg'
/> />
<PostButton <PostButton
href='/new_post?edit={id}' href='/new_post?edit={id}&init={encodeURIComponent(content)}'
data={''} data={''}
icon='/edit.svg' icon='/edit.svg'
/> />