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 298867 Details for
Bug 438638
[PATCH] gnome-doc-utils-stylesheets should handle DocBook package elements
[?]
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 handle DocBook package element
package.patch (text/plain), 1.31 KB, created by
Paul W. Frields
on 2008-03-23 17:51:11 UTC
(
hide
)
Description:
Patch to handle DocBook package element
Filename:
MIME Type:
Creator:
Paul W. Frields
Created:
2008-03-23 17:51:11 UTC
Size:
1.31 KB
patch
obsolete
>diff -uNr gnome-doc-utils-0.12.2-orig/xslt/docbook/html/db2html-css.xsl gnome-doc-utils-0.12.2/xslt/docbook/html/db2html-css.xsl >--- gnome-doc-utils-0.12.2-orig/xslt/docbook/html/db2html-css.xsl 2007-08-18 11:47:51.000000000 -0400 >+++ gnome-doc-utils-0.12.2/xslt/docbook/html/db2html-css.xsl 2008-03-23 13:46:35.000000000 -0400 >@@ -465,6 +465,7 @@ > span.methodname { font-family: monospace; } > span.ooclass, span.ooexception, span.oointerface { font-family: monospace; } > span.option { font-family: monospace; } >+span.package { font-family: monospace; } > span.parameter { font-family: monospace; } > span.paramdef span.parameter { font-style: italic; } > span.prompt { font-family: monospace; } >diff -uNr gnome-doc-utils-0.12.2-orig/xslt/docbook/html/db2html-inline.xsl gnome-doc-utils-0.12.2/xslt/docbook/html/db2html-inline.xsl >--- gnome-doc-utils-0.12.2-orig/xslt/docbook/html/db2html-inline.xsl 2007-07-07 10:49:00.000000000 -0400 >+++ gnome-doc-utils-0.12.2/xslt/docbook/html/db2html-inline.xsl 2008-03-23 13:45:50.000000000 -0400 >@@ -669,6 +669,11 @@ > <xsl:call-template name="db2html.inline"/> > </xsl:template> > >+<!-- = package = --> >+<xsl:template match="package"> >+ <xsl:call-template name="db2html.inline"/> >+</xsl:template> >+ > <!-- = pagenums = --> > <xsl:template match="pagenums"> > <xsl:call-template name="db2html.inline"/>
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 438638
: 298867