From a9ba4b0a2028d6c8b6ef8fc4417c530919b2a92a Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Fri, 28 Aug 2009 12:14:05 -0500 Subject: [mal2html] Handle link roles on inline links Also had to fix a hard-coded "guide" link role in mal-link.xsl, left over from a debugging session when trying to get link roles to work for automatic links. --- xslt/mallard/common/mal-link.xsl | 2 +- xslt/mallard/html/mal2html-inline.xsl | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'xslt') diff --git a/xslt/mallard/common/mal-link.xsl b/xslt/mallard/common/mal-link.xsl index 50f7e8c..1a77439 100644 --- a/xslt/mallard/common/mal-link.xsl +++ b/xslt/mallard/common/mal-link.xsl @@ -83,7 +83,7 @@ $role: A link role, used to select the appropriate title - + diff --git a/xslt/mallard/html/mal2html-inline.xsl b/xslt/mallard/html/mal2html-inline.xsl index b29166e..547402f 100644 --- a/xslt/mallard/html/mal2html-inline.xsl +++ b/xslt/mallard/html/mal2html-inline.xsl @@ -207,7 +207,9 @@ REMARK: Document this template - + + + -- cgit v1.2.1