diff --git a/views/post.ejs b/views/post.ejs index 1fd9f29..22e6d5a 100644 --- a/views/post.ejs +++ b/views/post.ejs @@ -127,7 +127,7 @@ .replaceAll(/\[[*][*][*][_] ([\w\W]*?) [_][*][*][*]\]/g, '$1') .replaceAll(/\[["] ([\w\W]*?) ["]\]/g, '
$1
') .replaceAll(/\[["]["]* \n([\w\W]*?)\n ["]["]*\]/g, '
$1
') - .replaceAll('\n---\n', '


') + .replaceAll('\n---\n', '

') .replaceAll('\n', '
') ret += '
' if (postid != -1 || id == '') {