diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-04 11:22:30 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-04 11:22:30 +0100 |
commit | c67c35e8971886adb07fbe8d7c9db8a022be1756 (patch) | |
tree | 546e07c834044d05de94d8b66561f6d05372d6bc | |
parent | d0c2f1b44d926096beeea0469019eade4d1fb5a2 (diff) | |
download | ikiwiki-c67c35e8971886adb07fbe8d7c9db8a022be1756.tar ikiwiki-c67c35e8971886adb07fbe8d7c9db8a022be1756.tar.gz |
Undo too much quoting.
-rw-r--r-- | doc/bugs/txt_plugin_having_problems_with_meta_directives.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/txt_plugin_having_problems_with_meta_directives.mdwn b/doc/bugs/txt_plugin_having_problems_with_meta_directives.mdwn index 07fce5002..d2d5a46ed 100644 --- a/doc/bugs/txt_plugin_having_problems_with_meta_directives.mdwn +++ b/doc/bugs/txt_plugin_having_problems_with_meta_directives.mdwn @@ -6,12 +6,12 @@ Here is the header: \[[meta copyright="Copyright © 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc."]] - \[[meta license="""\[[toggle id="license" text="GFDL 1.2+"]]\[[toggleable + \[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable id="license" text="Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled - \[[GNU_Free_Documentation_License|/fdl]]."]]"""]] + [[GNU_Free_Documentation_License|/fdl]]."]]"""]] --[[tschwinge]] |