我使用了zen。 在使用以下代码时,
<?= $this->headLink()
->appendStylesheet(BASE_URL . css/css.css );
?>
这些产出如下,内容非常接近。
<link href="/ecomos3/css/css.css" media="screen" rel="stylesheet" type="text/css" >
so this one fails in w3 validation and getting "end tag for "link" omitted, but OMITTAG NO was specified
"
i 要求联系方应当
<link href="/ecomos3/css/css.css" media="screen" rel="stylesheet" type="text/css" />
怎样才能在zen中这样做? 请就此提出咨询意见。