Changeset 19798 in main for trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/Page.xslt
- Timestamp:
- 02/06/20 19:27:41 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/Page.xslt
r19781 r19798 85 85 <option value="{concat($ibis.contextPath, 'indicator/view/', NAME, '.html')}"> 86 86 <xsl:if test="NAME = $currentIndicatorViewName"> 87 <xsl:attribute name="selected" >true</xsl:attribute>87 <xsl:attribute name="selected" select="'selected'"/> 88 88 </xsl:if> 89 89 <xsl:value-of select="TITLE"/>
Note: See TracChangeset
for help on using the changeset viewer.