Skip to content
Snippets Groups Projects
Commit 5c2fe9af authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

rel #19211 : fix tests failures

parent b82aa091
Branches
Tags
1 merge request!1152Dev#19211 recuperation des visuels cd dans le champ 959
......@@ -77,7 +77,7 @@ abstract class ZendAfi_View_Helper_Notice_VignetteStrategy {
protected function _renderImage() {
$url = $this->_record->fetchUrlVignette();
return $this->view->tagImg($this->view->absoluteUrl($url),
['width' => '90px',
['width' => '90',
'alt' => $this->_('Vignette'),
'title' => Class_WebService_Vignette::getSource($url),
'style' => 'border:0']);
......
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