Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 581063 Details for
Bug 745304
email tag followed by punctuation results in an extra space that cannot be removed
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to restore mixed mode on email tag
0001-Enable-mixed_mode-on-email-for-XmlClean.patch (text/plain), 1.11 KB, created by
Raphaël Hertzog
on 2012-04-29 12:57:15 UTC
(
hide
)
Description:
Patch to restore mixed mode on email tag
Filename:
MIME Type:
Creator:
Raphaël Hertzog
Created:
2012-04-29 12:57:15 UTC
Size:
1.11 KB
patch
obsolete
>From d3d1e871ce53621ccc969a79afe9bc1852781837 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= <hertzog@debian.org> >Date: Fri, 27 Apr 2012 20:49:30 +0200 >Subject: [PATCH] Enable "mixed_mode" on <email> for XmlClean > >This ensures that it doesn't add spaces after the tag during rewrite. > >Closes: https://bugzilla.redhat.com/show_bug.cgi?id=745304 >--- > publican/lib/Publican/XmlClean.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/publican/lib/Publican/XmlClean.pm b/publican/lib/Publican/XmlClean.pm >index 9485b97..83afd96 100644 >--- a/publican/lib/Publican/XmlClean.pm >+++ b/publican/lib/Publican/XmlClean.pm >@@ -161,7 +161,7 @@ my %MAP_OUT = ( > honorific => { newline_after => 1 }, > firstname => { newline_after => 1 }, > surname => { newline_after => 1 }, >- email => { newline_after => 1, newline_after => 1 }, >+ email => { mixed_mode => 1, newline_after => 1 }, > isbn => { newline_after => 1 }, > issuenum => { newline_after => 1 }, > edition => { newline_after => 1 }, >-- >1.7.10 >
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
Attachments on
bug 745304
: 581063