Commit 100593bd authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

correctif chemin document_title.xsl - fixes #64.

parent 29787161
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -175,7 +175,8 @@ declare function max.config:getProjectTOCXSL($projectId) {
 Returns project's TOC xsl
:)
declare function max.config:getDocumentTitleTOCXSL($projectId) {
    max.util:getResourceFilePath($projectId, "/ui/xsl/" || $max.cons:DOCUMENT_TITLE_XSL_FILEPATH)
    let $xmlFormat:=max.config:getXMLFormat($projectId)
    return max.util:getResourceFilePath($projectId, "ui/xsl/" || $xmlFormat ||'/'|| $max.cons:DOCUMENT_TITLE_XSL_FILEPATH)
};

(: