adamjmcgrath / readair

Automatically exported from code.google.com/p/readair
1 stars 3 forks source link

Fix RTL Headers #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Post headers in blogs that are written in right-to-left languages have a <div> 
tag surrounding 
them, for example:
<div style="direction: rtl; text-align:right">Blah blah header here</div>

This code is displayed in the list of headers in the top pane, instead of 
aligning the header to the 
right.

(the header and content are displayed correctly as rtl text when that post is 
selected in the preview 
pane)

thanks

Original issue reported on code.google.com by omeri...@gmail.com on 17 Feb 2009 at 12:12