minor fix
This commit is contained in:
+1
-1
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user