Bugzilla – Attachment 46438 Details for
Bug 15527
OAI-PMH should have a stylesheet to aid usability
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15527: (followup) Avoid replacing spaces for non-breaking spaces
Bug-15527-followup-Avoid-replacing-spaces-for-non-.patch (text/plain), 1.09 KB, created by
Tomás Cohen Arazi (tcohen)
on 2016-01-08 15:39:09 UTC
(
hide
)
Description:
Bug 15527: (followup) Avoid replacing spaces for non-breaking spaces
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-01-08 15:39:09 UTC
Size:
1.09 KB
patch
obsolete
>From ca76ce17367722706a45c6ac30a6619cf0f25a75 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 8 Jan 2016 12:12:12 -0300 >Subject: [PATCH] Bug 15527: (followup) Avoid replacing spaces for non-breaking > spaces > >This causes the template not to wrap long lines correctly, >--- > koha-tmpl/opac-tmpl/xslt/OAI.xslt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/xslt/OAI.xslt b/koha-tmpl/opac-tmpl/xslt/OAI.xslt >index 976f0c2..9407611 100644 >--- a/koha-tmpl/opac-tmpl/xslt/OAI.xslt >+++ b/koha-tmpl/opac-tmpl/xslt/OAI.xslt >@@ -808,7 +808,7 @@ > <xsl:with-param name="text"> > <xsl:call-template name="replace-substring"> > <xsl:with-param name="value" >- select="translate($text,' ',' ')" /> >+ select="$text" /> > <xsl:with-param name="from" select="'	'" /> > <xsl:with-param name="to" > select="'        '" /> >-- >2.7.0
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 15527
:
46429
|
46430
|
46434
|
46435
|
46438
|
46459
|
46460
|
46464
|
49414
|
49451
|
49452