Bugzilla – Attachment 70224 Details for
Bug 57254
FILESAVE: hidden text visible in xhtml export
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add mapping for css display property
libo_xhtml_hidden.diff (text/plain), 869 bytes, created by
libreoffice
on 2012-11-18 18:01:17 UTC
(
hide
)
Description:
add mapping for css display property
Filename:
MIME Type:
Creator:
libreoffice
Created:
2012-11-18 18:01:17 UTC
Size:
869 bytes
patch
obsolete
>diff --git a/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl b/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl >index cfd38dc..a1261d0 100644 >--- a/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl >+++ b/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl >@@ -85,7 +85,7 @@ > </xsl:template> > > <!-- text-shadow is a CSS2 feature and yet not common used in user-agents --> >- <xsl:template match="@fo:color |@svg:font-family |@fo:font-size |@fo:font-style |@fo:font-weight |@fo:text-indent |@fo:text-shadow"> >+ <xsl:template match="@fo:color |@svg:font-family |@fo:font-size |@fo:font-style |@fo:font-weight |@fo:text-indent |@fo:text-shadow |@text:display"> > <xsl:value-of select="substring-after(name(), ':')"/> > <xsl:text>:</xsl:text> > <xsl:value-of select="."/>
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 Raw
Actions:
View
Attachments on
bug 57254
: 70224