Project

General

Profile

Problèmes fonctionnels #161

Bug dans le fichier : \opac_css\includes\show_localisation.inc.php

Added by Anonymous almost 5 years ago. Updated almost 5 years ago.

Status:
Fermée
Priority:
Normal
Assignee:
Category:
OPAC - Autre (précisez)
Target version:
Start date:
02/04/2019
Due date:
% Done:

0%

Estimated time:

Description

Bonjour la Dev Team,

J'ai trouvé un petit bug dans le fichier \opac_css\includes\show_localisation.inc.php de la version 5.0.6

Ligne 423 :
if (strlen($dcote)||($nc==1)) print "<a href='index.php?lvl=section_see&location=".$location."&id=".$id.$ajout_back."' title='".$section_libelle.">";
Il manque le simple quote final à l'attribut title

Correction proposée:
if (strlen($dcote)||($nc==1)) print "<a href='index.php?lvl=section_see&location=".$location."&id=".$id.$ajout_back."' title='".$section_libelle."'>";
+^+
Merci pour votre suivi.

Frédéric Filée,

History

#1 Updated by Eric ROBERT almost 5 years ago

  • Status changed from Proposé to Fermée
  • Priority changed from Blocant to Normal

C'est corrigé !

Also available in: Atom PDF