We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd40da2 commit d166abeCopy full SHA for d166abe
ext/standard/html.c
@@ -908,7 +908,7 @@ static void traverse_for_entities(
908
}
909
910
911
- /* Если entity_end_ptr не найден или не указывает на ';', считаем сущность недействительной */
+ /* If entity_end_ptr is not found or does not point to ';', consider the entity invalid */
912
if (!valid_entity || entity_end_ptr == NULL || *entity_end_ptr != ';') {
913
*output_ptr++ = *current_ptr++;
914
continue;
0 commit comments