From 21997387d40326e623cddb10a93dcb208025b77a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 14 Feb 2010 19:23:09 -0500 Subject: [PATCH] optimise whitespace in feed templates --- templates/atomitem.tmpl | 80 ++++++++++++++++++++--------------------- templates/atompage.tmpl | 34 +++++++++--------- templates/rssitem.tmpl | 34 +++++++++--------- 3 files changed, 74 insertions(+), 74 deletions(-) diff --git a/templates/atomitem.tmpl b/templates/atomitem.tmpl index 768695a2c..87cbee9e0 100644 --- a/templates/atomitem.tmpl +++ b/templates/atomitem.tmpl @@ -1,48 +1,48 @@ <TMPL_VAR TITLE> - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + " type="text/html" /> - - + + " type="application/atom+xml" /> - + diff --git a/templates/atompage.tmpl b/templates/atompage.tmpl index dcb89ab5c..fc0088ae8 100644 --- a/templates/atompage.tmpl +++ b/templates/atompage.tmpl @@ -6,31 +6,31 @@ - + - + - - - - - - - - + + + + - - - - - + + + + + + + + + - + - + ikiwiki diff --git a/templates/rssitem.tmpl b/templates/rssitem.tmpl index a61b92b61..069ae1997 100644 --- a/templates/rssitem.tmpl +++ b/templates/rssitem.tmpl @@ -1,29 +1,29 @@ - + <TMPL_VAR AUTHOR ESCAPE=HTML>: <TMPL_VAR TITLE> - + <TMPL_VAR TITLE> - - - - - - + + + + + + - - + + - - + + - + - + - - + + - + -- 2.45.2