diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-23 13:17:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-23 13:17:33 -0400 |
commit | 9b845ea8132f5677c7466b8747333afba54017b9 (patch) | |
tree | cdec6061c5cadc4b006ec4c3eae1fa3de14af561 /doc | |
parent | 16ff593ab78409fc3c2482aeb2903e9a3d83b581 (diff) | |
download | ikiwiki-9b845ea8132f5677c7466b8747333afba54017b9.tar ikiwiki-9b845ea8132f5677c7466b8747333afba54017b9.tar.gz |
one slash is enough to escape
Diffstat (limited to 'doc')
-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..2cf7c61e3 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> |