Skip to content

Commit

Permalink
#106: Fix for QName TOC_TEXT_RESUMED.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRambags committed Sep 27, 2019
1 parent b023222 commit 6493bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/daisy/dotify/formatter/impl/obfl/ObflQName.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface ObflQName {
static final QName STYLE = new QName(OBFL_NS, "style");
static final QName TOC_ENTRY = new QName(OBFL_NS, "toc-entry");
static final QName TOC_TEXT = new QName(OBFL_NS, "toc-text");
static final QName TOC_TEXT_RESUMED = new QName(OBFL_NS, "toc-text");
static final QName TOC_TEXT_RESUMED = new QName(OBFL_NS, "toc-text-resumed");
static final QName LEADER = new QName(OBFL_NS, "leader");
static final QName MARKER = new QName(OBFL_NS, "marker");
static final QName ANCHOR = new QName(OBFL_NS, "anchor");
Expand Down

0 comments on commit 6493bfc

Please sign in to comment.