File tree 1 file changed +2
-2
lines changed
make/jdk/src/classes/build/tools/fixuppandoc
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -638,7 +638,7 @@ void write(PrintWriter out) {
638
638
index ++;
639
639
}
640
640
boolean updateEndTd = false ;
641
- Pattern styleAttr = Pattern .compile ("(?<before>.*style=\" )(?<style>[^\" ]*)(?<after>\" .*)" );
641
+ Pattern styleAttr = Pattern .compile ("(?s)(? <before>.*style=\" )(?<style>[^\" ]*)(?<after>\" .*)" );
642
642
for (Entry e : entries ) {
643
643
if (simple && e .column == maxIndex ) {
644
644
String attrs = e .html .substring (3 , e .html .length () - 1 );
You can’t perform that action at this time.
0 commit comments