From ce43236a99855e7813d90402ac3fe1449b699ab0 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Wed, 29 Aug 2012 23:53:48 -0400 Subject: [PATCH] Disable ATOM autodiscovery for now. Stop autoescaping post content. Erg. --- themes/hyde/atom.tmpl | 2 +- themes/hyde/base.tmpl | 1 - themes/hyde/rss.tmpl | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/hyde/atom.tmpl b/themes/hyde/atom.tmpl index cf17ab9..ab97fe5 100644 --- a/themes/hyde/atom.tmpl +++ b/themes/hyde/atom.tmpl @@ -22,7 +22,7 @@ {$author} {$siteroot} - {$post.content} + {$post.content |noAutoescape} {/foreach} diff --git a/themes/hyde/base.tmpl b/themes/hyde/base.tmpl index b1f3529..5d9ae83 100644 --- a/themes/hyde/base.tmpl +++ b/themes/hyde/base.tmpl @@ -9,7 +9,6 @@ - {if $headInject} {$headInject |noAutoescape} {/if} diff --git a/themes/hyde/rss.tmpl b/themes/hyde/rss.tmpl index e09f6c5..6ed1dd2 100644 --- a/themes/hyde/rss.tmpl +++ b/themes/hyde/rss.tmpl @@ -20,7 +20,7 @@ {foreach $tag in $post.tags} {/foreach} - + {/foreach}