Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove erroneous bit from codebook2-0.xsl (HTML Codebook stylesheet) #6963

Merged
merged 4 commits into from
Jun 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/release-notes/6959-html-codebook.md
@@ -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`.
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
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