You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CodenameOne/src/com/codename1/io/JSONParser.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@
47
47
*
48
48
* <p>
49
49
* The sample below includes JSON from <a href="https://anapioficeandfire.com/">https://anapioficeandfire.com/</a>
50
-
* generated by the query <a href="http://www.anapioficeandfire.com/api/characters?page=5&pageSize=3">http://www.anapioficeandfire.com/api/characters?page=5&pageSize=3</a>:
50
+
* generated by the query <a href="http://www.anapioficeandfire.com/api/characters?page=5&pageSize=3">http://www.anapioficeandfire.com/api/characters?page=5&pageSize=3</a>:
@@ -548,7 +548,7 @@ public static void parse(Reader i, JSONParseCallback callback) throws IOExceptio
548
548
* </p>
549
549
* <p>
550
550
* The sample below includes JSON from <a href="https://anapioficeandfire.com/">https://anapioficeandfire.com/</a>
551
-
* generated by the query <a href="http://www.anapioficeandfire.com/api/characters?page=5&pageSize=3">http://www.anapioficeandfire.com/api/characters?page=5&pageSize=3</a>:
551
+
* generated by the query <a href="http://www.anapioficeandfire.com/api/characters?page=5&pageSize=3">http://www.anapioficeandfire.com/api/characters?page=5&pageSize=3</a>:
Copy file name to clipboardExpand all lines: CodenameOne/src/com/codename1/ui/html/HTMLParser.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ public class HTMLParser extends XMLParser {
42
42
43
43
/**
44
44
* The list of empty tags (tags that naturally don't have any children).
45
-
* This is used to enable empty tags to be closed also in a non-strict way (i.e. <br> instead of <br>/;)
45
+
* This is used to enable empty tags to be closed also in a non-strict way (i.e. <br> instead of <br/>)
46
46
* some of these tags are not a part of the XHTML-MP 1.0 standard, but including them here allows a more smooth parsing if the document is not strictly XHTML-MP 1.0
0 commit comments