Skip to content

Commit

Permalink
Match document ID format from InCommon production.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 27, 2015
1 parent 1207588 commit dd4ee6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx/incommon/final_tweak.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
-->
<xsl:variable name="normalisedNow" select="mdxDates:dateAdd($now, 0)"/>
<xsl:variable name="documentID"
select="concat('incommon', translate($normalisedNow, ':-', ''))"/>
select="concat('INC', translate($normalisedNow, ':-Z', ''))"/>

<!--
Document root.
Expand Down

0 comments on commit dd4ee6e

Please sign in to comment.