Commit 347b686e authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

fix signature

parent b3e77af9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ declare
%output:html-version("5.0")
%output:encoding("UTF-8")
%rest:path("/{$lang=[a-z]{2}}")
function routes:lang-index($lang as xs:string) as element(html){
function routes:lang-index($lang as xs:string){
   routes:page($lang, 'index')
};