From ea80a43687e815db161f836e733c280615f98adc Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 30 May 2016 23:09:18 +0200 Subject: Link footnotes in article stream to appropriate single article page Previously multiple footnotes on article stream pages caused conflicts between articles and as such only worked correctly for the first article on each stream page. --- source/99_result/stream.xsl | 20 ++++++++++++++++++++ utility/xhtml.xsl | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/source/99_result/stream.xsl b/source/99_result/stream.xsl index 5469ff4..19fc539 100644 --- a/source/99_result/stream.xsl +++ b/source/99_result/stream.xsl @@ -59,6 +59,26 @@ + + + + + + + + + + + + + + + + + + + +

ยป diff --git a/utility/xhtml.xsl b/utility/xhtml.xsl index 2f54975..00f1ef2 100644 --- a/utility/xhtml.xsl +++ b/utility/xhtml.xsl @@ -12,13 +12,13 @@ - + - + -- cgit v1.2.3