提交 6231f2b3 编写于 作者: J Jesse Glick

Use ${resURL} for ${attrs.css}.

上级 89515df9
......@@ -94,7 +94,7 @@ ${h.initPageVariables(context)}
<link rel="stylesheet" href="${resURL}/css/style.css" type="text/css" />
<link rel="stylesheet" href="${resURL}/css/color.css" type="text/css" />
<j:if test="${attrs.css!=null}">
<link rel="stylesheet" href="${rootURL}${attrs.css}" type="text/css" />
<link rel="stylesheet" href="${resURL}${attrs.css}" type="text/css" />
</j:if>
<link rel="shortcut icon" href="${resURL}/favicon.ico" type="image/vnd.microsoft.icon" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册