src/de/uhilger/wbx/web/AdocServlet.java | ●●●●● patch | view | raw | blame | history |
src/de/uhilger/wbx/web/AdocServlet.java
@@ -37,6 +37,7 @@ import org.asciidoctor.Asciidoctor; import static org.asciidoctor.AttributesBuilder.attributes; import static org.asciidoctor.OptionsBuilder.options; import org.asciidoctor.SafeMode; @@ -150,10 +151,12 @@ Map<String, Object> options; if(null != backend) { options = options().inPlace(false) .safe(SafeMode.SERVER) .backend(backend).attributes(attributes).asMap(); } else { options = options().inPlace(false) .safe(SafeMode.SERVER) .attributes(attributes).asMap(); }