Skip to content

Commit

Permalink
Fix #74
Browse files Browse the repository at this point in the history
  • Loading branch information
dvglc committed Nov 20, 2019
1 parent ccca3c4 commit 27bbed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/net.xql
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ declare function net:APIdeliverTEI($requestData as map(), $netVars as map()*) {
let $serialization :=
(util:declare-option("output:method", "xml"),
util:declare-option("output:media-type", "application/tei+xml"),
util:declare-option("output:indent", "yes"),
util:declare-option("output:indent", "no"),
util:declare-option("output:expand-xincludes", "yes"))
let $debug :=
if ($config:debug = "trace") then console:log("Serializing options: method:" || util:get-option('output:method') ||
Expand Down

0 comments on commit 27bbed7

Please sign in to comment.