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:
Jean-Philippe Lang
2016-06-04 09:56:44 +00:00
parent 8c09e330d4
commit cdfebdcec8
2 changed files with 2 additions and 2 deletions

View File

@@ -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