From 5e839a28d6fd74263709497dbe1e20e2f71e81af Mon Sep 17 00:00:00 2001 From: bobstayton Date: Sun, 22 Jul 2018 08:55:07 -0700 Subject: [PATCH] fix issue #39 change word from hardcoded to gentext --- gentext/locale/en.xml | 1 + xsl/fo/biblio-iso690.xsl | 5 ++++- xsl/html/biblio-iso690.xsl | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gentext/locale/en.xml b/gentext/locale/en.xml index 72566ad0f..0fb11d78e 100644 --- a/gentext/locale/en.xml +++ b/gentext/locale/en.xml @@ -150,6 +150,7 @@ + diff --git a/xsl/fo/biblio-iso690.xsl b/xsl/fo/biblio-iso690.xsl index b7aa8940b..45931f634 100644 --- a/xsl/fo/biblio-iso690.xsl +++ b/xsl/fo/biblio-iso690.xsl @@ -169,7 +169,10 @@ - In + + In + + diff --git a/xsl/html/biblio-iso690.xsl b/xsl/html/biblio-iso690.xsl index f59814eeb..02db7e4c0 100644 --- a/xsl/html/biblio-iso690.xsl +++ b/xsl/html/biblio-iso690.xsl @@ -169,7 +169,10 @@ - In + + In + + -- 2.40.0