We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03352a2 commit 070c5abCopy full SHA for 070c5ab
src/io/sf/carte/doc/dom4j/XHTMLDocument.java
@@ -590,13 +590,14 @@ public boolean hasStyleIssues() {
590
}
591
592
public void onMetaAdded(String name, String attribute) {
593
- if ("Default-Style".equalsIgnoreCase(name)) {
+ if ("default-style".equalsIgnoreCase(name)) {
594
metaDefaultStyleSet = attribute;
595
+ onStyleModify();
596
597
598
599
public void onMetaRemoved(String name, String attribute) {
600
601
metaDefaultStyleSet = "";
602
603
0 commit comments