提交 4db0c768 编写于 作者: D drulli

Added a   separator between a text and its comment (in braces).

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@30024 71c3de6d-444a-0410-be80-ed276b4c234a
上级 19342831
......@@ -47,7 +47,7 @@ THE SOFTWARE.
<j:if test="${tr!=null}">
<t:summary icon="clipboard.gif">
<a href="lastCompletedBuild/testReport/">${%Latest Test Result}</a>
<b> </b>
&#160;
<t:test-result it="${tr}" />
</t:summary>
</j:if>
......
......@@ -40,7 +40,7 @@ THE SOFTWARE.
<!-- summary -->
<t:summary icon="clipboard.gif">
<a href="${it.urlName}/">${it.displayName}</a>
<b> </b>
&#160;
<t:test-result />
<j:set var="failedTests" value="${it.failedTests}" />
......
......@@ -33,8 +33,8 @@ THE SOFTWARE.
<d:taglib uri="local">
<d:tag name="computerCaption">
<a href="${rootURL}/${c.url}">${title}</a>
<j:if test="${c.offline}"> (${%offline})</j:if>
<j:if test="${!c.acceptingTasks}"> (${%suspended})</j:if>
<j:if test="${c.offline}">&#160;(${%offline})</j:if>
<j:if test="${!c.acceptingTasks}">&#160;(${%suspended})</j:if>
</d:tag>
<d:tag name="executor">
<tr>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册