fixed minor visual bugs
This commit is contained in:
@@ -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>
|
||||
';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user