[geary/geary-0.11] Fix RTL email not being shown as RTL in conversation viewer. Bug 713062.
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/geary-0.11] Fix RTL email not being shown as RTL in conversation viewer. Bug 713062.
- Date: Mon, 8 Aug 2016 00:01:35 +0000 (UTC)
commit 171f56a405b97395d394a789c70e9b510a69fc07
Author: Michael James Gratton <mike vee net>
Date: Fri Jul 29 13:51:35 2016 +1000
Fix RTL email not being shown as RTL in conversation viewer. Bug 713062.
* theming/message-viewer.html: Set dir="auto" on template for email bodies.
theming/message-viewer.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/theming/message-viewer.html b/theming/message-viewer.html
index a7deabc..d4304a8 100644
--- a/theming/message-viewer.html
+++ b/theming/message-viewer.html
@@ -24,7 +24,7 @@
<div class="preview"></div>
</div>
<div class="remote_images"><img class="close_show_images button" /></div>
- <div class="body"></div>
+ <div class="body" dir="auto"></div>
<div class="draft_edit"><span class="draft_edit_button button"></span></div>
</div>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]