I am trying to include a CSS link in hidden input value using PHP. but it not including properly as shown in the image.
Code
<?php 
            $minCss='<link href="'.$bootstrap_js_link.'" rel="stylesheet">';
?>
 <input type="hidden" value="'<?php echo $minCss; ?>'" id="snippet_resource"/>

 
    