File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
hudson/matrix/MatrixBuild
lib/hudson/matrix-project Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ THE SOFTWARE.
36
36
</j : when >
37
37
<j : otherwise >
38
38
<a href =" ${p.nearestRunUrl}" class =" model-link inside" >
39
- <img src =" ${imagesURL}/24x24/${b.buildStatusUrl}" tooltip =" ${p.tooltip} ${it.number!=b.number?(it.isBuilding()?'- pending' : '- skipped'):''}" alt =" ${p.tooltip}" style =" ${it.number!=b.number?'opacity:0.5':''}" height =" 24" width =" 24" />
39
+ <img src =" ${imagesURL}/24x24/${b.buildStatusUrl}" tooltip =" ${h.xmlEscape( p.tooltip) } ${it.number!=b.number?(it.isBuilding()?'- pending' : '- skipped'):''}" alt =" ${p.tooltip}" style =" ${it.number!=b.number?'opacity:0.5':''}" height =" 24" width =" 24" />
40
40
<j : if test =" ${empty(o.x) and empty(o.y)}" >
41
41
${p.combination.toString(o.z)}
42
42
</j : if >
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ THE SOFTWARE.
63
63
</j : if >
64
64
<j : forEach begin =" 1" end =" ${o.repeatX(loop.index)}" >
65
65
<j : forEach var =" v" items =" ${x.values}" >
66
- <td class =" matrix-header" colspan =" ${o.width(loop.index)}" tooltip =" ${x.name}" >
66
+ <td class =" matrix-header" colspan =" ${o.width(loop.index)}" tooltip =" ${h.xmlEscape( x.name) }" >
67
67
${v}
68
68
</td >
69
69
</j : forEach >
@@ -76,7 +76,7 @@ THE SOFTWARE.
76
76
<tr >
77
77
<j : forEach var =" y" items =" ${o.y}" varStatus =" loop" >
78
78
<j : if test =" ${r.drawYHeader(loop.index)!=null}" >
79
- <td class =" matrix-leftcolumn" rowspan =" ${o.height(loop.index)}" tooltip =" ${y.name}" >
79
+ <td class =" matrix-leftcolumn" rowspan =" ${o.height(loop.index)}" tooltip =" ${h.xmlEscape( y.name) }" >
80
80
${r.drawYHeader(loop.index)}
81
81
</td >
82
82
</j : if >
You can’t perform that action at this time.
0 commit comments