Changeset 4743 in main for trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/Page.xslt
- Timestamp:
- 03/01/13 13:48:10 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/indicator/profile/Page.xslt
r3990 r4743 58 58 ibis:doc="Turn off caching if there's an XML URL." 59 59 > 60 <xsl:if test="string-length($xmlURL) >0">60 <xsl:if test="string-length($xmlURL) != 0"> 61 61 <xsl:call-template name="Page.metaNoCacheControl"/> 62 62 </xsl:if>
Note: See TracChangeset
for help on using the changeset viewer.