mirror of
https://github.com/redmine/redmine.git
synced 2026-03-25 13:50:54 +01:00
Merged r15442 (#22898).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15444 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -973,7 +973,7 @@ class RedCloth3 < String
|
||||
if stln == "<p>"
|
||||
out = "<p style=\"float:#{ algn }\">#{ out }"
|
||||
else
|
||||
out = "#{ stln }<div style=\"float:#{ algn }\">#{ out }</div>"
|
||||
out = "#{ stln }<span style=\"float:#{ algn }\">#{ out }</span>"
|
||||
end
|
||||
else
|
||||
out = stln + out
|
||||
|
||||
Reference in New Issue
Block a user