mirror of
https://github.com/openstreetmap/openstreetmap-website.git
synced 2025-07-22 01:22:54 +00:00
add dir="auto" to paragraphs of formatted text
This commit is contained in:
@ -68,7 +68,7 @@ module RichText
|
||||
protected
|
||||
|
||||
def simple_format(text)
|
||||
SimpleFormat.new.simple_format(text)
|
||||
SimpleFormat.new.simple_format(text, :dir => "auto")
|
||||
end
|
||||
|
||||
def sanitize(text)
|
||||
|
Reference in New Issue
Block a user