Skip to content

Commit 5d6047f

Browse files
author
Jo Cook
authored
Update metadata.xsl (GeoNode#6741)
Fixed a typo in the display names for topic categories
1 parent e92ee35 commit 5d6047f

File tree

1 file changed

+1
-1
lines changed
  • geonode/catalogue/metadataxsl/static/metadataxsl

1 file changed

+1
-1
lines changed

geonode/catalogue/metadataxsl/static/metadataxsl/metadata.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
<xsl:if test="$topicCategory">
225225
<xsl:for-each select="$topicCategory">
226226
<xsl:choose>
227-
<xsl:when test="(.='farming')">Farmin<br/> </xsl:when>
227+
<xsl:when test="(.='farming')">Farming <br/> </xsl:when>
228228
<xsl:when test="(.='biota')">Biota <br/> </xsl:when>
229229
<xsl:when test="(.='boundaries')">Boundaries <br/> </xsl:when>
230230
<xsl:when test="(.='climatologyMeteorologyAtmosphere')">Climatology, meteorology, atmosphere <br/> </xsl:when>

0 commit comments

Comments
 (0)