minor fix

This commit is contained in:
2025-04-13 12:17:19 -06:00
parent 11b1f9211b
commit e1dbafab9d
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ include_once 'functions/article_functions.php';
if (!isset($_GET['article_id']) && !isset($_GET['tag']) && !isset($_GET['author_id'])) {
$filters = '
<form method="get">
<div class="row no_margin">
<div class="row_no_margin">
';
if (!isset($_GET['sort']) || $_GET['sort'] == 'newest') {