Commit 79efc880 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

trim languages from conf

parent cfdfc181
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -79,7 +79,8 @@ declare function conf:get-vocabulary-bundle() as xs:string{
 : @return sequence
 :)
declare function conf:get-languages() as xs:string*{
	conf:get-configuration()//max:languages/max:language/text()
	for $l in conf:get-configuration()//max:languages/max:language
    return normalize-space($l)
};