diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-09-07 23:55:01 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2011-09-07 23:55:01 +0800 |
commit | ea599d1ec3da2de92ce79721cc61da5faec71b9f (patch) | |
tree | 3c1f5aaa328b06e3c990a57fb873062df32906d0 | |
parent | 2ea05b25253efc55ace650a15b2f487c6ce961b7 (diff) | |
download | gsoc2013-evolution-ea599d1ec3da2de92ce79721cc61da5faec71b9f.tar.gz gsoc2013-evolution-ea599d1ec3da2de92ce79721cc61da5faec71b9f.tar.zst gsoc2013-evolution-ea599d1ec3da2de92ce79721cc61da5faec71b9f.zip |
User Docs: Update CSS/WebKit integration version statement
-rw-r--r-- | help/C/mail-displaying-no-css.page | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help/C/mail-displaying-no-css.page b/help/C/mail-displaying-no-css.page index 10be900797..cc8f0cb730 100644 --- a/help/C/mail-displaying-no-css.page +++ b/help/C/mail-displaying-no-css.page @@ -7,7 +7,7 @@ <link type="guide" xref="index#common-mail-problems" /> <link type="seealso" xref="mail-displaying-message" /> - <revision pkgversion="3.2.0" version="0.1" date="2011-07-25" status="draft"/> + <revision pkgversion="3.2.0" version="0.2" date="2011-09-07" status="draft"/> <credit type="author"> <name>Andre Klapper</name> <email>ak-47@gmx.net</email> @@ -21,7 +21,7 @@ <title>HTML emails are not correctly displayed</title> <p>If an HTML message is not correctly displayed in Evolution it might be that the formatting of the message is specified as <link href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</link>. CSS is currently not supported by gtkhtml (the part that is used to display HTML).</p> -<p>This will likely be fixed in version 3.2 or 3.4.</p> +<p>This will likely be fixed in version 3.4.</p> <p>For developers only: In future versions, Evolution will use WebKit instead of gtkhtml for displaying HTML. There is a branch named "<link href="http://git.gnome.org/browse/evolution?h=webkit">webkit</link>" in Evolution's code repository to test.</p> <note style="tip"><p>For missing characters in emails, see <link xref="mail-displaying-character-encodings">Character Encodings and Sets</link>.</p></note> |