one slash is enough to escape

master
Joey Hess 2010-06-23 13:17:33 -04:00
parent 16ff593ab7
commit 9b845ea813
1 changed files with 1 additions and 1 deletions

View File

@ -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>