File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
make/jdk/src/classes/build/tools/fixuppandoc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
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.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -638,7 +638,7 @@ void write(PrintWriter out) {
638638 index ++;
639639 }
640640 boolean updateEndTd = false ;
641- Pattern styleAttr = Pattern .compile ("(?<before>.*style=\" )(?<style>[^\" ]*)(?<after>\" .*)" );
641+ Pattern styleAttr = Pattern .compile ("(?s)(? <before>.*style=\" )(?<style>[^\" ]*)(?<after>\" .*)" );
642642 for (Entry e : entries ) {
643643 if (simple && e .column == maxIndex ) {
644644 String attrs = e .html .substring (3 , e .html .length () - 1 );
You can’t perform that action at this time.
0 commit comments