From 19f8ba68c9e95a5d702bb2f42e21715cf8e05f9d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 9 Aug 2014 11:43:54 +0200 Subject: Restricted amount of articles generated into the atom feed * the feed should not return all articles ever posted but only e.g. the last five * disabled indentation to fix source highlighting --- source/99_result/atom.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/99_result') diff --git a/source/99_result/atom.xsl b/source/99_result/atom.xsl index 0ab678e..da7f370 100644 --- a/source/99_result/atom.xsl +++ b/source/99_result/atom.xsl @@ -8,7 +8,7 @@ method="xml" omit-xml-declaration="no" encoding="UTF-8" - indent="yes" + indent="no" /> @@ -37,7 +37,7 @@ Adrian Kummerländer - + -- cgit v1.2.3