提交 fb38fc12 编写于 作者: K Kohsuke Kawaguchi

indentation change

上级 5f5c26c5
......@@ -26,7 +26,7 @@ THE SOFTWARE.
<j:if test="${request.servletPath=='/' || request.servletPath==''}">
<st:header name="X-Hudson" value="${servletContext.getAttribute('version')}" />
<j:if test="${app.tcpSlaveAgentListener!=null}">
<!-- advertize the CLI TCP port -->
<!-- advertise the CLI TCP port -->
<st:header name="X-Hudson-CLI-Port" value="${app.tcpSlaveAgentListener.port}" />
</j:if>
</j:if>
......@@ -41,10 +41,10 @@ THE SOFTWARE.
<st:include page="main.jelly" />
</l:main-panel>
<l:header>
<!-- for screen resolution detection -->
<!-- for screen resolution detection -->
<l:yui module="cookie" suffix="-beta" />
<script>
YAHOO.util.Cookie.set("screenResolution", screen.width+"x"+screen.height);
YAHOO.util.Cookie.set("screenResolution", screen.width+"x"+screen.height);
</script>
</l:header>
</l:layout>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册