Skip to content

Commit

Permalink
Update ead2eac.xsl.
Browse files Browse the repository at this point in the history
  • Loading branch information
timathom authored and timathom committed Dec 21, 2013
1 parent 3566f7f commit d1e504b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ $(document).ready(function() {
<textarea id=\"wikimarkup\">" + markup + "</textarea></div>");
}

$('#edit_controls').append("<button class=\"update_button pure-button pure-button-primary wiki_edit\" id=\"wiki_update\">Save Local Article</button><button id=\"get_wiki\" class=\"pure-button pure-button-primary wiki_edit\">Get Article from Wikipedia</button>");
$('#edit_controls').append("<button class=\"update_button pure-button pure-button-primary wiki_edit\" id=\"wiki_update\">Save Local Article</button><button id=\"get_wiki\" class=\"pure-button pure-button-primary wiki_edit\">Check Wikipedia for Existing Article</button>");

setupGetWiki();

Expand Down
2 changes: 1 addition & 1 deletion xsl/ead2eac.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@
</xsl:otherwise>
</xsl:choose>
</xsl:if>
<xsl:if test="../following-sibling::ead:note[@type='occuDateTo'][@label=$vOccuLabel]">
<xsl:if test="../following-sibling::ead:note[@type='occuDateTo'][@label=$vOccuLabel]!=''">
<xsl:choose>
<xsl:when test="../following-sibling::ead:note[@type='occuStandardTo'][@label=$vOccuLabel]/ead:p!=''">
<toDate standardDate="{normalize-space(../following-sibling::ead:note[@type='occuStandardTo'][@label=$vOccuLabel]/ead:p)}">
Expand Down

0 comments on commit d1e504b

Please sign in to comment.