Bugzilla – Attachment 10683 Details for
Bug 8322
Removing space between end of marc data and fullstops
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 8322 removing additional spaces before fullstop on catalogue/detail and opac-detail pages.
bug-8322-removing-additional-spaces-before-fullsto.patch (text/plain), 1.72 KB, created by
Jared Camins-Esakov
on 2012-07-07 15:11:52 UTC
(
hide
)
Description:
bug 8322 removing additional spaces before fullstop on catalogue/detail and opac-detail pages.
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-07-07 15:11:52 UTC
Size:
1.72 KB
patch
obsolete
>From e4057ba96ffb59c65e8a5a18d1dfd7d141846e49 Mon Sep 17 00:00:00 2001 >From: Chris Hall <chrish@catalyst.net.nz> >Date: Tue, 12 Jun 2012 16:28:56 +1200 >Subject: [PATCH] bug 8322 removing additional spaces before fullstop on catalogue/detail and opac-detail pages. >Content-Type: text/plain; charset="UTF-8" > >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >--- > .../intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 1 - > .../opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 1 - > 2 files changed, 0 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >index 46b35fa..8c0618b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >@@ -65,7 +65,6 @@ > <xsl:when test="not($chopString)"/> > <xsl:otherwise><xsl:value-of select="$chopString"/></xsl:otherwise> > </xsl:choose> >-<xsl:text> </xsl:text> > </xsl:template> > > <!-- Function extractControlNumber is used to extract the control number (record number) from MARC tags 773/80/85 [etc.] subfield $w. >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl >index 9ec913c..c39ca39 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl >@@ -65,7 +65,6 @@ > <xsl:when test="not($chopString)"/> > <xsl:otherwise><xsl:value-of select="$chopString"/></xsl:otherwise> > </xsl:choose> >-<xsl:text> </xsl:text> > </xsl:template> > > <!-- Function extractControlNumber is used to extract the control number (record number) from MARC tags 773/80/85 [etc.] subfield $w. >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8322
:
10529
| 10683