fixed minor visual bugs

This commit is contained in:
2025-04-14 19:02:38 -06:00
parent ef14fbceec
commit fdcc1a3349
2 changed files with 2 additions and 4 deletions
-3
View File
@@ -26,9 +26,6 @@ function compose_view($article_id = null)
<div class="grid-2x1">
' . (!empty($existing_markdown) ? form($article_id, $title, $excerpt, $existing_markdown, $tags) : form()) . '
' . preview() . '
';
$view .= preview() . '
</div>
';