<div class="attachmentsList" id="attachmentsList_com_content_category_36"></div>An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
<div class="attachmentsList" id="attachmentsList_com_content_category_36"></div>
qualcuno sa a che cosa è dovutoL'hai postato tu stesso il motivo...
$html .= "\n<div class=\"$this->style\" id=\"$div_id\">\n";
$html .= "\n<div class=\"$this->style $div_id\">\n";
Se fosse un errore legato solo ad attachment dovrebbe risultare a tutti tutti quelli che usano attachment ed invece non è così. Come mai?E chi l'ha detto che lo riscontrate solo voi?
$html .= "\n<h1>Ciao mondo<h1>\n";