Ajout du skinnage de la fiche sur la skin trapped
[platal.git] / htdocs / search.php
index ad9cc04..6127913 100644 (file)
@@ -78,7 +78,7 @@ if (Env::has('quick')) {
     $search->addOrder('score', 'score', false, 'pertinence', AUTH_PUBLIC, true);
     
     $nb_tot = $search->show();
-    
+
     if (!logged() && $nb_tot > $globals->search->public_max) {
        new ThrowError('Votre recherche a généré trop de résultats pour un affichage public.');
     } elseif ($nb_tot > $globals->search->private_max) {