http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10647 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #6 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- QA Comment: Good idea. The patch works for bootstrap by the grace of the fallback in opac-showmarc. You do only rename the file in prog. You should do the same for bootstrap. But I personally do not really like the idea of renaming this one file from MARC21 to MARC. It is still listed very close to the MARC21 files. [1] We could rename it more rigorously like plainMARC.xsl or something? [2] Or we could leave the file as-is and create a file for UNIMARC and NORMARC just with an xsl:import? Something like: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE stylesheet [<!ENTITY nbsp " " >]> <xsl:stylesheet version="1.0" xmlns:marc="http://www.loc.gov/MARC21/slim" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:import href="MARC21slim2OPACMARCdetail.xsl"/> </xsl:stylesheet> Failed QA -- You are receiving this mail because: You are watching all bug changes.