From 27f8bc4e89b948e32141960cd35743c4e4194a00 Mon Sep 17 00:00:00 2001 From: andrewcarver Date: Sat, 7 Sep 2019 13:22:21 -0600 Subject: [PATCH] Clean up trivial param-name mismatch On the (last) two templates, "region.inner" and "region.outer", the param-name "classname" does not match the with-param name ("pageclass") in the simple-page-masters, set-up in this file, that call these two templates. I call this a "trivial" clean-up because the param-value is, by default, not actually used in either of these two templates, and because anyone who customizes one or both of these templates, would probably detect the name-mismatch pretty quickly. (But still...) --- xsl/fo/pagesetup.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xsl/fo/pagesetup.xsl b/xsl/fo/pagesetup.xsl index 29e478d3b..bd1907aae 100644 --- a/xsl/fo/pagesetup.xsl +++ b/xsl/fo/pagesetup.xsl @@ -3507,7 +3507,7 @@ blank - blank + blank @@ -3544,7 +3544,7 @@ blank - blank + blank -- 2.50.1