Skip to content

Commit

Permalink
[JENKINS-23561] Removed language-specific texts from taglib.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed Jun 29, 2014
1 parent ecb95e5 commit be91ca4
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -46,7 +46,6 @@ THE SOFTWARE.
<j:choose>
<!-- Optimized case when there's only one dimension to the axis (or zero dimension) -->
<j:when test="${empty(o.x) and empty(o.y)}">
<h2>${%Configurations}</h2>
<j:forEach var="p" items="${o.rows[0][0]}">
<d:invokeBody />
<st:nbsp />
Expand All @@ -59,7 +58,7 @@ THE SOFTWARE.
<tr class="matrix-row">
<!-- space for Y-axis -->
<j:if test="${!empty(o.y)}">
<td id="matrix-title" colspan="${size(o.y)}">${%Configuration Matrix}</td>
<td id="matrix-title" colspan="${size(o.y)}"><st:nbsp /></td>
</j:if>
<j:forEach begin="1" end="${o.repeatX(loop.index)}">
<j:forEach var="v" items="${x.values}">
Expand Down

0 comments on commit be91ca4

Please sign in to comment.