am 9704b563: Merge "Fix for 7301594 Html.toHtml creating potentially invalid html" into jb-mr1-dev
* commit '9704b563d63d8b5fe8e568dfb7190f8440b56698': Fix for 7301594 Html.toHtml creating potentially invalid html
This commit is contained in:
@@ -221,10 +221,10 @@ public class Html {
|
||||
false /* no info */);
|
||||
switch(paraDir) {
|
||||
case Layout.DIR_RIGHT_TO_LEFT:
|
||||
return "<p dir=rtl>";
|
||||
return "<p dir=\"rtl\">";
|
||||
case Layout.DIR_LEFT_TO_RIGHT:
|
||||
default:
|
||||
return "<p dir=ltr>";
|
||||
return "<p dir=\"ltr\">";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user