improve terribleness of workaround for the eaten last line on 2.3 (refs

#670)
This commit is contained in:
Andrew Dolgov 2013-04-21 17:08:29 +04:00
parent 0b2345344b
commit 9e05f93b70
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ public class ArticleFragment extends Fragment implements GestureDetector.OnDoubl
}
}
content += "<p>&nbsp;</p><p>&nbsp;</p></body></html>";
content += "<p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p></body></html>";
try {
web.loadDataWithBaseURL(null, content, "text/html", "utf-8", null);

View File

@ -249,7 +249,7 @@ public class OfflineArticleFragment extends Fragment implements GestureDetector.
cssOverride +
"</style>" +
"</head>" +
"<body>" + articleContent + "<p>&nbsp;</p><p>&nbsp;</p></body></html>";;
"<body>" + articleContent + "<p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p></body></html>";
try {
web.loadDataWithBaseURL(null, content, "text/html", "utf-8", null);