From 337153aaa7ffab93c0ac8ccd4e4e1c2ade110cc9 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 15 Dec 2017 09:34:11 -0500 Subject: [PATCH] summary: Correct rendering of externs in matches This same problem can occur anywhere---everything needs to be converted to use the new `preproc:sym-lookup', but I don't have the time at the moment. * src/current/summary.xsl (preproc:sym-lookup): New function. (program): New toplevel variable. (process-match)[lv:match]: Use function. --- src/current/summary.xsl | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/src/current/summary.xsl b/src/current/summary.xsl index a2f6b28c..a4455660 100644 --- a/src/current/summary.xsl +++ b/src/current/summary.xsl @@ -26,6 +26,7 @@ + - +

@@ -1211,7 +1211,7 @@ - + @@ -2223,4 +2223,17 @@ + + + + + + + +