diff includes/class.skeleton.php @ 58:ded2849cf38c

On rend le validator HTML5 content avec ces quelques changements.
author Franck Deroche <webmaster@defr.org>
date Wed, 06 Feb 2008 18:15:17 +0100
parents 77b3ed19aab9
children 25c6e59f019e
line wrap: on
line diff
--- a/includes/class.skeleton.php	Tue Jan 29 14:34:03 2008 +0100
+++ b/includes/class.skeleton.php	Wed Feb 06 18:15:17 2008 +0100
@@ -78,7 +78,7 @@
         // On commence par définir les paramètres généraux
         $params = array(                
                 '#CommentAuthor' => $row['Auteur'],
-                '#CommentAuthor@href' => $row['Adresse'],
+                '#CommentAuthor@href' => urlencode($row['Adresse']),
                 '#Post' => $row['Titre'],
                 '#Post@href' => $c_url
         );