aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-26 17:43:12 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-26 17:56:23 -0400
commit0e45a7c776c696c8a8d99c3e31c44f0f505c8936 (patch)
tree94bae3732780c44f44cfa83ab1f4767e9d32c636
parente93042d38bde75031541efe2c30c95276a74bf30 (diff)
downloadikiwiki-0e45a7c776c696c8a8d99c3e31c44f0f505c8936.tar
ikiwiki-0e45a7c776c696c8a8d99c3e31c44f0f505c8936.tar.gz
fix a few direcives
-rw-r--r--doc/bugs/Allow_overriding_of_symlink_restriction.mdwn2
-rw-r--r--doc/bugs/Graphviz_plug-in_directive_changed_in_2.60.mdwn2
-rw-r--r--doc/bugs/Please_avoid_using___39__cp_-a__39___in_Makefile.PL.mdwn2
-rw-r--r--doc/bugs/map_is_inconsistent_about_bare_directories.mdwn2
-rw-r--r--doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn3
5 files changed, 6 insertions, 5 deletions
diff --git a/doc/bugs/Allow_overriding_of_symlink_restriction.mdwn b/doc/bugs/Allow_overriding_of_symlink_restriction.mdwn
index 69ea299e8..07badd646 100644
--- a/doc/bugs/Allow_overriding_of_symlink_restriction.mdwn
+++ b/doc/bugs/Allow_overriding_of_symlink_restriction.mdwn
@@ -136,4 +136,4 @@ like this being accepted before I bothered.
>>>> That patch is applied now. --[[Joey]]
-[[tag done]]
+[[!tag done]]
diff --git a/doc/bugs/Graphviz_plug-in_directive_changed_in_2.60.mdwn b/doc/bugs/Graphviz_plug-in_directive_changed_in_2.60.mdwn
index 8dffdf9f8..2924951ff 100644
--- a/doc/bugs/Graphviz_plug-in_directive_changed_in_2.60.mdwn
+++ b/doc/bugs/Graphviz_plug-in_directive_changed_in_2.60.mdwn
@@ -8,4 +8,4 @@ Personally, I like the new directive name better since it will allow us to add o
> No, that change was not made intentionally. I don't want to bother people
> with such a transition. Though it would be nice if it had a less generic
-> name. Changed back. [[tag done]] --[[Joey]]
+> name. Changed back. [[!tag done]] --[[Joey]]
diff --git a/doc/bugs/Please_avoid_using___39__cp_-a__39___in_Makefile.PL.mdwn b/doc/bugs/Please_avoid_using___39__cp_-a__39___in_Makefile.PL.mdwn
index 07d5efead..8a83081c3 100644
--- a/doc/bugs/Please_avoid_using___39__cp_-a__39___in_Makefile.PL.mdwn
+++ b/doc/bugs/Please_avoid_using___39__cp_-a__39___in_Makefile.PL.mdwn
@@ -74,4 +74,4 @@ Please restore the old behaviour of using 'install' :-)
install -d $(DESTDIR)$(PREFIX)/share/man/man1
install -m 644 ikiwiki.man $(DESTDIR)$(PREFIX)/share/man/man1/ikiwiki.1
-[[tag done]]
+[[!tag done]]
diff --git a/doc/bugs/map_is_inconsistent_about_bare_directories.mdwn b/doc/bugs/map_is_inconsistent_about_bare_directories.mdwn
index 431a9938a..a53296dfc 100644
--- a/doc/bugs/map_is_inconsistent_about_bare_directories.mdwn
+++ b/doc/bugs/map_is_inconsistent_about_bare_directories.mdwn
@@ -83,4 +83,4 @@ Note: This patch adds items to a map while it is in a foreach loop over a sorted
> annyoingly complicated bug.. I think I've fixed the underlying bug now.
> --[[Joey]]
>
-> [[tag done]]
+> [[!tag done]]
diff --git a/doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn b/doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn
index 8efd6da57..5c04dce03 100644
--- a/doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn
+++ b/doc/bugs/markdown_bug:_email_escaping_and_plus_addresses.mdwn
@@ -18,7 +18,8 @@ It seems putting a '+' in there throws it. Maybe it's a markdown bug, or maybe t
> htmlscrubber then (rightly) removes this unknown tag.
>
->> Filed [in CPAN](http://rt.cpan.org/Ticket/Display.html?id=37909) --[[Joey]] [[tag done]]
+>> Filed [in CPAN](http://rt.cpan.org/Ticket/Display.html?id=37909)
+>> --[[Joey]] [[!tag done]]
> But I've noticed some other Text::Markdown bugs that, even with htmlscrubber, produce
> [ill-formed (X)HTML](http://validator.w3.org/check?uri=http%3A%2F%2Fikiwiki.info%2Fbugs%2Fmarkdown_bug%3A_email_escaping_and_plus_addresses%2F).