Add a space after every bullet in a <li> element
This commit is contained in:
parent
5609b88250
commit
eabf9cd654
@ -467,7 +467,7 @@ public class AppDetails extends ListActivity {
|
|||||||
} else if (tag.equals("li")) {
|
} else if (tag.equals("li")) {
|
||||||
if (opening) {
|
if (opening) {
|
||||||
if (listNum == -1) {
|
if (listNum == -1) {
|
||||||
output.append("\t•");
|
output.append("\t• ");
|
||||||
} else {
|
} else {
|
||||||
output.append("\t" + Integer.toString(listNum)
|
output.append("\t" + Integer.toString(listNum)
|
||||||
+ ". ");
|
+ ". ");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user