From 091a8a525b668761f721cb51167a1bd8acf6b423 Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Fri, 17 Oct 2014 15:49:57 +0200 Subject: Make the link to continue reading a parent of the main div, not at the cut-here level. --- org/madore/damlengine/TodoEntryElement.java | 1 + 1 file changed, 1 insertion(+) (limited to 'org/madore/damlengine/TodoEntryElement.java') diff --git a/org/madore/damlengine/TodoEntryElement.java b/org/madore/damlengine/TodoEntryElement.java index fa29ebe..c41237b 100644 --- a/org/madore/damlengine/TodoEntryElement.java +++ b/org/madore/damlengine/TodoEntryElement.java @@ -161,6 +161,7 @@ public final class TodoEntryElement extends TodoDefaultElement { Element footer = ctx.doc.createElementNS(DamlEngine.XHTML_NS, "footer"); article.appendChild(footer); article.appendChild(ctx.doc.createTextNode("\n")); + footer.setAttributeNS(null, "class", "entry-footer cleared"); if ( entryCatList.size() > 0 ) { Element token = ctx.doc.createElementNS(DamlEngine.DAML_NS, "d:implicit-do-categories"); -- cgit v1.2.3