Skip to content

Commit

Permalink
Treat version the same as fullVersion, and provide obviously default …
Browse files Browse the repository at this point in the history
…text to reduce the chance of it being left at the default by accident.
  • Loading branch information
iay committed Jan 31, 2013
1 parent 11c6a32 commit a90b834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx/uk/import.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
Dummy Software element.
-->
<ukfedlabel:Software name="*** FILL IN ***"
version="2" fullVersion="*** FILL IN OR REMOVE ***">
version="*** FILL IN OR REMOVE ***" fullVersion="*** FILL IN OR REMOVE ***">
<xsl:attribute name="date"><xsl:value-of select="mdxDates:date()"/></xsl:attribute>
</ukfedlabel:Software>

Expand Down

0 comments on commit a90b834

Please sign in to comment.