Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 159 → Rev 160

/trunk/serveur/bibliotheque/fonctions/eribo_encodage.fonct.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: eribo_encodage.fonct.php,v 1.1 2005-01-18 12:14:24 jpm Exp $
// CVS : $Id: eribo_encodage.fonct.php,v 1.2 2005-03-15 12:18:30 jpm Exp $
/**
* Fonctions manipulant les encodages
*
34,7 → 34,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2005-01-18 12:14:24 $
*@version $Revision: 1.2 $ $Date: 2005-03-15 12:18:30 $
// +------------------------------------------------------------------------------------------------------+
*/
 
67,6 → 67,7
unset($tab_entites['<']);
unset($tab_entites['>']);
unset($tab_entites['&']);
$tab_entites[' & '] = ' &amp; ';
return strtr($texte, $tab_entites);
}
 
79,7 → 80,10
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2005/01/18 12:14:24 jpm
* Ajout d'un fichier contenant une fonction permettant d'attribuer des entités html à la place des caractères non impliqués dans le HTML.
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>