File tree 2 files changed +4
-4
lines changed
library/HTMLPurifier/Lexer
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1507,7 +1507,7 @@ private function entity()
1507
1507
$ entity = $ this ->character ($ start , $ this ->char );
1508
1508
$ cond = strlen ($ e_name ) > 0 ;
1509
1509
1510
- // The rest of the parsing happens bellow .
1510
+ // The rest of the parsing happens below .
1511
1511
break ;
1512
1512
1513
1513
// Anything else
@@ -1535,7 +1535,7 @@ private function entity()
1535
1535
}
1536
1536
1537
1537
$ cond = isset ($ entity );
1538
- // The rest of the parsing happens bellow .
1538
+ // The rest of the parsing happens below .
1539
1539
break ;
1540
1540
}
1541
1541
Original file line number Diff line number Diff line change @@ -1080,7 +1080,7 @@ private function entity()
1080
1080
$ entity = $ this ->character ($ start , $ this ->char );
1081
1081
$ cond = strlen ($ e_name ) > 0 ;
1082
1082
1083
- // The rest of the parsing happens bellow .
1083
+ // The rest of the parsing happens below .
1084
1084
break ;
1085
1085
1086
1086
// Anything else
@@ -1102,7 +1102,7 @@ private function entity()
1102
1102
}
1103
1103
1104
1104
$ cond = isset ($ entity );
1105
- // The rest of the parsing happens bellow .
1105
+ // The rest of the parsing happens below .
1106
1106
break ;
1107
1107
}
1108
1108
You can’t perform that action at this time.
0 commit comments