Skip to content

Commit

Permalink
Merge pull request #6963 from johnhuck/patch-1
Browse files Browse the repository at this point in the history
Remove erroneous bit from codebook2-0.xsl (HTML Codebook stylesheet)
  • Loading branch information
kcondon committed Jun 18, 2020
2 parents 7ff0124 + 9250585 commit 9fa0c2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/release-notes/6959-html-codebook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A small correction has been made to the stylesheet that generates the DDI HTML Codebook metadata export to remove a hard-coded reference to ICPSR. In order for previously published and exported datasets to reflect this correction, run ReExportAll as part of the upgrade process with `curl http://localhost:8080/api/admin/metadata/reExportAll`.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ font-size: 10pt;
</head>
<body bgcolor="#ffffff" lang="en-US">
<h1>
<xsl:value-of select="stdyDscr/citation/titlStmt/titl"/> (ICPSR <xsl:value-of
<xsl:value-of select="stdyDscr/citation/titlStmt/titl"/> (<xsl:value-of
select="stdyDscr/citation/titlStmt/IDNo"/>)<xsl:if test="stdyDscr/citation/titlStmt/altTitl">
<br/>(<xsl:value-of select="stdyDscr/citation/titlStmt/altTitl"/>)</xsl:if>
</h1>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/html/dct_codebook.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
</style>
</head>
<body lang="en-US" bgcolor="#ffffff">
<h1>dct html&nbsp;(ICPSR doi:10.5072/FK2/SOLYMR)</h1>
<h1>dct html&nbsp;(doi:10.5072/FK2/SOLYMR)</h1>
<table cellspacing="0" cellpadding="5" border="0">
<tr>
<td valign="top">
Expand Down

0 comments on commit 9fa0c2e

Please sign in to comment.