Skip to content
Snippets Groups Projects
Commit 5ed43834 authored by llaffont's avatar llaffont
Browse files

Rétablissement css nuage tags dans notice

parent 64fc632a
No related merge requests found
......@@ -86,7 +86,7 @@ class NoticeAjaxController extends Zend_Controller_Action
$html=$this->notice_html->getTags($tags,$this->id_notice);
$this->getResponse()->setHeader('Content-Type', 'text/html;charset=utf-8');
$this->getResponse()->setBody($html);
$this->getResponse()->setBody($html.Class_ScriptLoader::getInstance()->html());
}
//------------------------------------------------------------------------------------------------------
......
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