From 3d42851caef5d7c8bf5d1664cd26abddac3e5cd0 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 8 Aug 2014 00:09:50 +0200 Subject: Fixed stream template article CSS classes * last article on a page has to contain the CSS classes "last" and "article" ** previously the position had to be manually increased by one because of some whitespace-only nodes ** due to the removal of indentation to enable code highlighting this manual increase is not only unneeded but prevented the correct classes from being set --- source/99_result/stream.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/99_result/stream.xsl b/source/99_result/stream.xsl index 4a17280..629adea 100644 --- a/source/99_result/stream.xsl +++ b/source/99_result/stream.xsl @@ -71,7 +71,7 @@ - +
-- cgit v1.2.3