Skip to content

Commit 758d188

Browse files
committed
fix(view): correct output declaration
1 parent d8045cd commit 758d188

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/xar-resources/modules/view.xql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import module namespace app="http://exist-db.org/xquery/app" at "app.xql";
1111

1212
declare namespace output="http://www.w3.org/2010/xslt-xquery-serialization";
1313

14-
declare option output:method "html5";
14+
declare option output:method "html";
15+
declare option output:html-version "5.0";
1516
declare option output:media-type "text/html";
1617

1718
declare function local:lookup ($func as xs:string, $arity as xs:integer) as function(*)? {

0 commit comments

Comments
 (0)