diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-02 06:11:22 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-02 06:11:22 +0000 |
commit | 54541869392f162bb195b8b67814ef0a394c1961 (patch) | |
tree | c12d1ef5312bc69657075d4ff769f3239aa394ea /doc/plugins/meta.mdwn | |
parent | 03867bf323fda5d582a53341f8f1a0a3460d76d6 (diff) | |
download | ikiwiki-54541869392f162bb195b8b67814ef0a394c1961.tar ikiwiki-54541869392f162bb195b8b67814ef0a394c1961.tar.gz |
meta headers are not sanitised; prevent html leaking into them
Diffstat (limited to 'doc/plugins/meta.mdwn')
-rw-r--r-- | doc/plugins/meta.mdwn | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/plugins/meta.mdwn b/doc/plugins/meta.mdwn index 371713a31..998dd5d86 100644 --- a/doc/plugins/meta.mdwn +++ b/doc/plugins/meta.mdwn @@ -1,4 +1,6 @@ This plugin allows inserting arbitrary metadata into the source of a page. +This plugin is not enabled by default. If it is enabled, the title of this +page will say it is. [[meta title="meta plugin (enabled)"]] Enter the metadata as follows: \\[[meta field="value"]] @@ -39,7 +41,3 @@ You can use any field names you like, but here are some predefined ones: If the field is not treated specially (as the link and title fields are), the metadata will be written to the generated html page as a <meta> header. - -This plugin is not enabled by default. If it is enabled, the title of this -page will say it is. -[[meta title="meta plugin (enabled)"]] |