Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 080c4b0

Browse files
committed
corrected choose
1 parent 34cfa3d commit 080c4b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

xsl/pmo/agenda.xsl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,16 @@ SOFTWARE.
146146
<xsl:value-of select="impediment"/>
147147
</td>
148148
<td>
149+
<xsl:choose>
149150
<xsl:when test="inspector">
150151
<a href="https://www.0crat.com/u/{inspector}" title="@{inspector}">
151152
<img src="https://socatar.com/github/{inspector}/90-90" style="width:30px;height:30px;border-radius:3px;vertical-align:middle;"/>
152153
</a>
153154
</xsl:when>
155+
<xsl:otherwise>
156+
<xsl:text>-</xsl:text>
157+
</xsl:otherwise>
158+
</xsl:choose>
154159
</td>
155160
</tr>
156161
</xsl:template>

0 commit comments

Comments
 (0)