Skip to content
Snippets Groups Projects
Commit 3f537744 authored by llaffont's avatar llaffont
Browse files

Correction sprintf sur helper Avis

parent e42a51a8
Branches
Tags
No related merge requests found
......@@ -85,7 +85,8 @@ class ZendAfi_View_Helper_Avis extends ZendAfi_View_Helper_BaseHelper {
$text_avis = $format_text_avis['text_avis'];
$lire_la_suite = '';
if ($format_text_avis['lire_la_suite'] == true)
$lire_la_suite = sprintf("<div class='lire_la_suite'><a href='$url_avis'>%s</a></div>",
$lire_la_suite = sprintf("<div class='lire_la_suite'><a href='%s'>%s</a></div>",
$url_avis,
$this->translate()->_('Lire la suite'));
$date_avis = $avis->getReadableDateAvis();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment