Skip to content
Snippets Groups Projects
Commit 9c008d54 authored by Laurent's avatar Laurent
Browse files

hotline #56365 fix html5 validation

parent dc9cf3b3
Branches
Tags
4 merge requests!2334Master,!2109Master,!2108Hotline master,!2095Hotline#56365 les titres des mails des newletters sont tronques a 35 caracteres
Pipeline #1012 failed with stage
in 20 minutes and 41 seconds
......@@ -112,7 +112,7 @@ class ZendAfi_View_Helper_RenderTable_Header extends ZendAfi_View_Helper_BaseHel
public function _renderColumn($column) {
return $this->_tag('th',
$column->getLabel(),
$column->getOptions());
$column->getOptions() ? $column->getOptions() : null);
}
}
......
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