[silvatheme.renaissance][Kit Blake] Lose the indent
[email protected] Sun, 20 Oct 2013 11:04:17 +0200
| Newsgroups | gmane.comp.web.zope.silva.cvs |
|---|---|
| Message-ID | <[email protected]> |
author: Kit Blake
date: Sun Oct 20 11:02:33 2013 +0200
revision: 366:fe6c000d6f8d in silvatheme.renaissance
branch: 2.4
details: https://hg.infrae.com/silvatheme.renaissance?cmd=changeset;node=fe6c000d6f8d
modified: src/silvatheme/renaissance/renaissance_templates/headinsertfeeds.cpt
added:
removed:
log: Lose the indent
diffstat:
src/silvatheme/renaissance/renaissance_templates/headinsertfeeds.cpt | 18 +++++-----
1 files changed, 9 insertions(+), 9 deletions(-)
diffs (23 lines):
diff -r df3f79d8c6b6 -r fe6c000d6f8d src/silvatheme/renaissance/renaissance_templates/headinsertfeeds.cpt
--- a/src/silvatheme/renaissance/renaissance_templates/headinsertfeeds.cpt Fri Oct 18 19:23:24 2013 +0200
+++ b/src/silvatheme/renaissance/renaissance_templates/headinsertfeeds.cpt Sun Oct 20 11:02:33 2013 +0200
@@ -1,10 +1,10 @@
-<tal:feeds tal:condition="viewlet.have_feeds"> <!-- Feeds are active -->
- <link rel="alternate" type="application/atom+xml"
- tal:attributes="
- href string:${viewlet.feed_url}/atom.xml;
- title string:Infrae: ${context.get_title()} Atom feed;" />
- <link rel="alternate" type="application/rss+xml"
- tal:attributes="
- href string:${viewlet.feed_url}/rss.xml;
- title string:Infrae: ${context.get_title()} RSS feed;" />
+<tal:feeds tal:condition="viewlet.have_feeds"><!-- Feeds are active -->
+<link rel="alternate" type="application/atom+xml"
+ tal:attributes="
+ href string:${viewlet.feed_url}/atom.xml;
+ title string:Infrae: ${context.get_title()} Atom feed;" />
+<link rel="alternate" type="application/rss+xml"
+ tal:attributes="
+ href string:${viewlet.feed_url}/rss.xml;
+ title string:Infrae: ${context.get_title()} RSS feed;" />
</tal:feeds>