Bug 23694: Author "By" should have its own class
[srvgit] / koha-tmpl / opac-tmpl / bootstrap / en / xslt / MARC21slim2OPACDetail.xsl
index 6cc223e..eb372ef 100644 (file)
                 <xsl:choose>
                     <xsl:when test="position()&gt;1"/>
                     <!-- #13383 -->
-                    <xsl:when test="@tag&lt;700">By: </xsl:when>
+                    <xsl:when test="@tag&lt;700"><span class="byAuthor">By: </span></xsl:when>
                     <!--#13382 Changed Additional author to contributor -->
                     <xsl:otherwise>Contributor(s): </xsl:otherwise>
                 </xsl:choose>