Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1290 → Rev 1291

/trunk/services/modules/0.1/syndication/SyndicationTagsParProtocole.php
193,7 → 193,7
$tag = $element['tag'];
$nomSel = htmlspecialchars($element['nom_sel']);
$tagueur = htmlspecialchars($this->creerTagueur($element));
$titre = "Tag «{$tag}» ($nomSel) par $tagueur";
$titre = "Tag «{$tag}» pour $nomSel par $tagueur";
return $titre;
}