Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Submitter is optional
  • Loading branch information
kthoden committed Feb 20, 2020
1 parent 7d96ad5 commit 0170e6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stylesheets/tei2html/tei2html_publ_frontpage_utils.xsl
Expand Up @@ -239,6 +239,7 @@
</div>
</div>
<div class="column">
<xsl:if test="//tei:titleStmt/tei:editor[@role='submitter']">
<div class="row">
<h4>Submitted by</h4>
<p>
Expand All @@ -249,6 +250,7 @@
</xsl:call-template>
</p>
</div>
</xsl:if>
</div>
</div>
</div>
Expand Down

0 comments on commit 0170e6f

Please sign in to comment.