https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175
--- Comment #392 from Marcel de Rooy <[email protected]> --- koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss Seems you only remove 2 newlines, please remove these changes. + [% IF defaulttab == 'components' %] + <li id="tab_components" class="ui-tabs-active"> + [% ELSE %] + <li id="tab_components"> + [% END %] + <a href="#components">Components ([% ( ComponentParts.size ) %])</a> + </li> Indentation. diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl index 105da508c7..2df0e1b3b4 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl @@ -541,7 +541,6 @@ <xsl:value-of select="$partName" /> </xsl:if> </xsl:template> - </xsl:stylesheet> <!-- Stylus Studio meta-information - (c)1998-2002 eXcelon Corp. Dont do this please -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
