Update 2 files
- /html/news.php - /html/editpage.php
This commit is contained in:
parent
7d0c9e8f6e
commit
ed3cab62ec
@ -196,7 +196,7 @@ if(isset($fichier)) {
|
||||
echo '</a>';
|
||||
echo '<div class="article-resume">' . $row['resume'] . '</div>';
|
||||
echo '</div>';
|
||||
echo '</div> '
|
||||
echo '</div>';
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -84,7 +84,7 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT)
|
||||
echo '</a>';
|
||||
echo '<div class="article-resume">' . $row['resume'] . '</div>';
|
||||
echo '</div>';
|
||||
echo '</div> '
|
||||
echo '</div> ';
|
||||
}
|
||||
} else {
|
||||
echo "Aucun article trouvé";
|
||||
|
Loading…
x
Reference in New Issue
Block a user