提交 9425e196 编写于 作者: D drulli

Use <st:nbsp/> as space since it is more readable than &#160;.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@30029 71c3de6d-444a-0410-be80-ed276b4c234a
上级 8d995cd5
......@@ -47,7 +47,7 @@ THE SOFTWARE.
<j:if test="${tr!=null}">
<t:summary icon="clipboard.gif">
<a href="lastCompletedBuild/testReport/">${%Latest Test Result}</a>
&#160;
<st:nbsp/>
<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>
&#160;
<st:nbsp/>
<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}">&#160;(${%offline})</j:if>
<j:if test="${!c.acceptingTasks}">&#160;(${%suspended})</j:if>
<j:if test="${c.offline}"> <st:nbsp/> (${%offline})</j:if>
<j:if test="${!c.acceptingTasks}"> <st:nbsp/> (${%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.
先完成此消息的编辑!
想要评论请 注册