From d2aa65a7d9d5845a57bcd941abffa4460b2fbac3 Mon Sep 17 00:00:00 2001
From: Cerdic <cedric@yterium.com>
Date: Mon, 13 Aug 2007 22:25:24 +0000
Subject: [PATCH] dans un attribut html il faut uitiliser |attribut_html et
 rien d'autre (#761)

---
 dist/agenda.html       | 2 +-
 dist/article.html      | 2 +-
 dist/auteur.html       | 2 +-
 dist/breve.html        | 2 +-
 dist/identifiants.html | 2 +-
 dist/inc-entete.html   | 4 ++--
 dist/mot.html          | 4 ++--
 dist/plan.html         | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dist/agenda.html b/dist/agenda.html
index b3bf983840..122f9acd40 100644
--- a/dist/agenda.html
+++ b/dist/agenda.html
@@ -3,7 +3,7 @@
 <html dir="#LANG_DIR" lang="#LANG">
 <head>
 <title><:icone_agenda:> - [(#NOM_SITE_SPIP|textebrut)]</title>
-[<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|textebrut)" />]
+[<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|attribut_html)" />]
 <INCLURE{fond=inc-head}>
 <meta name="robots" content="none" />
 <link rel="stylesheet" href="#CHEMIN{agenda.css}" type="text/css" /> 
diff --git a/dist/article.html b/dist/article.html
index d111196eec..0910f096eb 100644
--- a/dist/article.html
+++ b/dist/article.html
@@ -4,7 +4,7 @@
 <html dir="#LANG_DIR" lang="#LANG">
 <head>
 <title>[(#TITRE|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
-[<meta name="description" content="(#INTRODUCTION|couper{150}|textebrut)" />]
+[<meta name="description" content="(#INTRODUCTION|couper{150}|attribut_html)" />]
 <INCLURE{fond=inc-head}>
 </head>
 
diff --git a/dist/auteur.html b/dist/auteur.html
index 026c41480b..bd9f468453 100644
--- a/dist/auteur.html
+++ b/dist/auteur.html
@@ -4,7 +4,7 @@
 <html dir="#LANG_DIR" lang="#LANG">
 <head>
 <title>[(#NOM|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
-[<meta name="description" content="(#BIO|couper{150}|textebrut)" />]
+[<meta name="description" content="(#BIO|couper{150}|attribut_html)" />]
 <INCLURE{fond=inc-head}>
 </head>
 
diff --git a/dist/breve.html b/dist/breve.html
index 2c88089a16..0f13e9b4c4 100644
--- a/dist/breve.html
+++ b/dist/breve.html
@@ -4,7 +4,7 @@
 <html dir="#LANG_DIR" lang="#LANG">
 <head>
 <title>[(#TITRE|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
-[<meta name="description" content="(#INTRODUCTION|couper{150}|textebrut)" />]
+[<meta name="description" content="(#INTRODUCTION|couper{150}|attribut_html)" />]
 <INCLURE{fond=inc-head}>
 [(#REM) Lien vers le flux RSS des breves ]
 <link rel="alternate" type="application/rss+xml" title="<:dernieres_breves:>" href="#URL_PAGE{backend-breves}" />
diff --git a/dist/identifiants.html b/dist/identifiants.html
index 60bf0e0166..195883e06b 100644
--- a/dist/identifiants.html
+++ b/dist/identifiants.html
@@ -3,7 +3,7 @@
 <html dir="#LANG_DIR" lang="#LANG">
 <head>
 <title><:pass_vousinscrire:></title>
-[<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|textebrut)" />]
+[<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|attribut_html)" />]
 <INCLURE{fond=inc-head}>
 </head>
 <body class="page_sommaire">
diff --git a/dist/inc-entete.html b/dist/inc-entete.html
index 7726e6bee9..5a3e0509e7 100644
--- a/dist/inc-entete.html
+++ b/dist/inc-entete.html
@@ -7,8 +7,8 @@
 
 	[(#LOGO_SITE_SPIP
 		||image_reduire{770,200}
-		|inserer_attribut{alt,[(#NOM_SITE_SPIP|textebrut)]}
-		|inserer_attribut{title,[(#NOM_SITE_SPIP|textebrut)]}
+		|inserer_attribut{alt,[(#NOM_SITE_SPIP|attribut_html)]}
+		|inserer_attribut{title,[(#NOM_SITE_SPIP|attribut_html)]}
 		)]
 
 	,
diff --git a/dist/mot.html b/dist/mot.html
index cc409824f4..65e224deae 100644
--- a/dist/mot.html
+++ b/dist/mot.html
@@ -4,10 +4,10 @@
 <html dir="#LANG_DIR" lang="#LANG">
 <head>
 <title>[(#TITRE|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
-[<meta name="description" content="(#DESCRIPTIF|couper{150}|textebrut)" />]
+[<meta name="description" content="(#DESCRIPTIF|couper{150}|attribut_html)" />]
 <INCLURE{fond=inc-head}>
 [(#REM) Lien vers le flux RSS du mot cle ]
-<link rel="alternate" type="application/rss+xml" title="[(#TITRE|textebrut|texte_backend)]" href="[(#URL_PAGE{backend}|parametre_url{id_mot,#ID_MOT})]" />
+<link rel="alternate" type="application/rss+xml" title="[(#TITRE|attribut_html)]" href="[(#URL_PAGE{backend}|parametre_url{id_mot,#ID_MOT})]" />
 </head>
 
 <body class="page_mot">
diff --git a/dist/plan.html b/dist/plan.html
index a4d093b8d7..fc28d3079c 100644
--- a/dist/plan.html
+++ b/dist/plan.html
@@ -3,7 +3,7 @@
 <html dir="#LANG_DIR" lang="#LANG">
 <head>
 <title><:plan_site:> - [(#NOM_SITE_SPIP|textebrut)]</title>
-[<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|textebrut)" />]
+[<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|attribut_html)" />]
 <INCLURE{fond=inc-head}>
 <meta name="robots" content="none" />
 </head>
-- 
GitLab