File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/main/xar-resources/modules Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,18 @@ import module namespace app="http://exist-db.org/apps/docs/app" at "app.xql";
1515
1616declare namespace output="http://www.w3.org/2010/xslt-xquery-serialization" ;
1717
18- declare option output:method "html5" ;
18+ declare option output:method "html" ;
19+ declare option output:html-version "5.0" ;
1920declare option output:media-type "text/html" ;
2021
2122declare function local:lookup ($functionName as xs:string, $arity as xs:integer) {
2223 function-lookup (xs:QName ($functionName), $arity)
2324};
2425
2526declare variable $local:templating-configuration := map {
26- $templates:CONFIG_FILTER_ATTRIBUTES : true (),
27- $templates:CONFIG_USE_CLASS_SYNTAX : false (),
2827 $templates:CONFIG_APP_ROOT : $config:app-root,
28+ $templates:CONFIG_USE_CLASS_SYNTAX : false (),
29+ $templates:CONFIG_FILTER_ATTRIBUTES : true (),
2930 $templates:CONFIG_STOP_ON_ERROR : true ()
3031};
3132
You can’t perform that action at this time.
0 commit comments