Skip to content

Commit bcb00a3

Browse files
committed
Comment.
1 parent cf91ed1 commit bcb00a3

File tree

1 file changed

+1
-1
lines changed
  • aztec/src/main/java/org/wordpress/aztec

1 file changed

+1
-1
lines changed

aztec/src/main/java/org/wordpress/aztec/Html.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ public void characters(char ch[], int start, int length) throws SAXException {
611611
StringBuilder sb = new StringBuilder();
612612

613613
/*
614-
* Ignore whitespace that immediately follows other whitespace, unless in pre tag;
614+
* Ignore whitespace that immediately follows other whitespace, unless in pre or comment tags;
615615
* newlines count as spaces.
616616
*/
617617

0 commit comments

Comments
 (0)