Skip to content

Commit 2d92797

Browse files
committed
minor updates
1 parent 4967ea3 commit 2d92797

15 files changed

Lines changed: 1 addition & 998 deletions

repo/globals.xqm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ declare function G:linkToXsl() {
2828
declare function G:defaultXslEnginePath() {
2929
let $defaultEngine := db:get($G:dots)//settings/defaultEngine
3030
return
31-
if ($defaultEngine != "") then normalize-space($defaultEngine) else "html_reader/tei2html.xsl"
31+
if ($defaultEngine != "") then normalize-space($defaultEngine) else "tei-xsl-7.58.0/xml/tei/stylesheet/txt/tei-to-text.xsl"
3232
};
3333
(: "hteiml/tei2html.xsl" :)
3434

0 commit comments

Comments
 (0)