From 00412a30f561dd5b4175ec203037fd3f7b2d0294 Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Thu, 5 Jul 2012 14:49:59 +0000 Subject: [PATCH] Added support for @function attribute in keycap (uses keycap context from language files) => fixes RFE#3540451 If @function is set and keycap is empty, then template will use the content from the keycap context, otherwise it will use just the given text --- xsl/fo/inline.xsl | 16 +++++++++++++++- xsl/html/inline.xsl | 16 +++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/xsl/fo/inline.xsl b/xsl/fo/inline.xsl index db25ebb1e..290226b3b 100644 --- a/xsl/fo/inline.xsl +++ b/xsl/fo/inline.xsl @@ -532,7 +532,21 @@ - + + + + + + + + + + + + + + + diff --git a/xsl/html/inline.xsl b/xsl/html/inline.xsl index 7453fa207..312dc83e4 100644 --- a/xsl/html/inline.xsl +++ b/xsl/html/inline.xsl @@ -607,7 +607,21 @@ - + + + + + + + + + + + + + + + -- 2.40.0