Is it possible to break the line in the following code
$data['snippets_html']= $bootstrap_css.''.$bootstrap_js.''.$jquery_js.''.$ContentDecodedHTML;
I tried it like
$data['snippets_html']= $bootstrap_css.'<br>'.$bootstrap_js.'<br>'.$jquery_js.'<br>'.$ContentDecodedHTML;