diff options
author | http://www.openid.albertlash.com/openid/ <http://www.openid.albertlash.com/openid/@web> | 2010-06-18 20:48:10 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-06-18 20:48:10 +0000 |
commit | 4833f486b6ca759e1bcd8acc19e13ef4a0a6063f (patch) | |
tree | 103c9166bec3a0e03b3237f1ac7503915e94e59b | |
parent | b3e8115c95c79859c2893ac73e9f0bab0db31594 (diff) | |
download | ikiwiki-4833f486b6ca759e1bcd8acc19e13ef4a0a6063f.tar ikiwiki-4833f486b6ca759e1bcd8acc19e13ef4a0a6063f.tar.gz |
don't need to escape the inline tag if its in pre tag
-rw-r--r-- | doc/todo/Google_Sitemap_protocol.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/Google_Sitemap_protocol.mdwn b/doc/todo/Google_Sitemap_protocol.mdwn index 6657c9350..12ac8d036 100644 --- a/doc/todo/Google_Sitemap_protocol.mdwn +++ b/doc/todo/Google_Sitemap_protocol.mdwn @@ -53,5 +53,5 @@ Took me a minute to figure this out so I figured I'd share the steps I took: * Created a new page where the RSS would be created with this content, replacing "first_page" with the page in my wiki with the earliest date: <pre> -\[\[!inline pages="* and !*/Discussion and created_after(first_page)" archive="yes" rss="yes" ]] +[[!inline pages="* and !*/Discussion and created_after(first_page)" archive="yes" rss="yes" ]] </pre> |