lib/isodoc/un/pdf_convert.rb in metanorma-un-0.5.5 vs lib/isodoc/un/pdf_convert.rb in metanorma-un-0.5.6

- old
+ new

@@ -14,13 +14,13 @@ end def pdf_stylesheet(docxml) case doctype = docxml&.at(ns("//bibdata/ext/doctype"))&.text when "plenary", "agenda", "budgetary" - "unece.plenary.xsl" + "un.plenary.xsl" else docxml&.at(ns("//bibdata/ext/session/*")) ? - "un.plenary-attachment.xsl" : "unece.recommendation.xsl" + "un.plenary-attachment.xsl" : "un.recommendation.xsl" end end end end end