<xsl:template name="publisher.attribution">
<xsl:text> </xsl:text>
- <xsl:text>.sp -1n </xsl:text>
+ <xsl:text>.sp -1 </xsl:text>
<xsl:text>.IP ""</xsl:text>
<xsl:if test="not($blurb-indent = '')">
<xsl:text> </xsl:text>
<!-- * Editor, then render the corresponding localized gentext -->
<xsl:when test="self::author">
<xsl:text> </xsl:text>
- <xsl:text>.sp -1n </xsl:text>
+ <xsl:text>.sp -1 </xsl:text>
<xsl:text>.IP ""</xsl:text>
<xsl:if test="not($blurb-indent = '')">
<xsl:text> </xsl:text>
</xsl:when>
<xsl:when test="self::editor">
<xsl:text> </xsl:text>
- <xsl:text>.sp -1n </xsl:text>
+ <xsl:text>.sp -1 </xsl:text>
<xsl:text>.IP ""</xsl:text>
<xsl:if test="not($blurb-indent = '')">
<xsl:text> </xsl:text>
<xsl:choose>
<xsl:when test="@class and @class != 'other'">
<xsl:text> </xsl:text>
- <xsl:text>.sp -1n </xsl:text>
+ <xsl:text>.sp -1 </xsl:text>
<xsl:text>.IP ""</xsl:text>
<xsl:if test="not($blurb-indent = '')">
<xsl:text> </xsl:text>
|../othername|../lineage|../honorific
|../affiliation|../email|../address">
<xsl:text> </xsl:text>
- <xsl:text>.sp -1n </xsl:text>
+ <xsl:text>.sp -1 </xsl:text>
<xsl:text>.IP ""</xsl:text>
<xsl:if test="not($blurb-indent = '')">
<xsl:text> </xsl:text>
<!-- * up one line vertically to negate the line of vertical space -->
<!-- * that's added by the .HP macro -->
<xsl:if test="preceding-sibling::*[1][self::synopfragment]">
- <xsl:text>.sp -1n </xsl:text>
+ <xsl:text>.sp -1 </xsl:text>
</xsl:if>
<xsl:text>.HP </xsl:text>
<!-- * For each Synopfragment, make a hanging paragraph, with the -->