Re: RFR: 8336091: Fix HTML warnings in the generated HTML files

2024-07-17 Thread duke
On Tue, 16 Jul 2024 14:29:25 GMT, Nizar Benalla wrote: > Can I please have a review for this bug fix? This regex to avoid duplicate > "style" tags in our generated HTML, It can now match it even if the text > contains a newline character. > > Thanks in advance! @nizarbenalla Your change (at

Re: RFR: 8336091: Fix HTML warnings in the generated HTML files

2024-07-17 Thread Nizar Benalla
On Tue, 16 Jul 2024 14:29:25 GMT, Nizar Benalla wrote: > Can I please have a review for this bug fix? This regex to avoid duplicate > "style" tags in our generated HTML, It can now match it even if the text > contains a newline character. > > Thanks in advance! Thanks for the review ---

Re: RFR: 8336091: Fix HTML warnings in the generated HTML files

2024-07-16 Thread David Holmes
On Tue, 16 Jul 2024 14:29:25 GMT, Nizar Benalla wrote: > Can I please have a review for this bug fix? This regex to avoid duplicate > "style" tags in our generated HTML, It can now match it even if the text > contains a newline character. > > Thanks in advance! Not a regex expert but this se

RFR: 8336091: Fix HTML warnings in the generated HTML files

2024-07-16 Thread Nizar Benalla
Can I please have a review for this bug fix? This regex to avoid duplicate "style" tags in our generated HTML, It can now match it even if the text contains a newline character. Thanks in advance! - Commit messages: - (C) - Improve style attribute regex Changes: https://git.ope