diff options
author | Simon McVittie <smcv@debian.org> | 2010-04-04 00:24:27 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2010-04-04 00:43:58 +0100 |
commit | ef6344144051ed70649ccbff01bcc4fce927ee2f (patch) | |
tree | f599eb9b788d8116b6b470e339dbab025cdfd490 /t | |
parent | f127857676ad014c97537c39cc7758a423f08b9a (diff) | |
download | ikiwiki-ef6344144051ed70649ccbff01bcc4fce927ee2f.tar ikiwiki-ef6344144051ed70649ccbff01bcc4fce927ee2f.tar.gz |
Remove tagged_is_strict option, and just behave as though it was enabled
Jon was worried about the backwards-compatibility break involved in making
tagged() not match non-tag links, but Joey seems less concerned about it.
Diffstat (limited to 't')
-rwxr-xr-x | t/tag.t | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ ok(! system("rm -rf t/tmp; mkdir t/tmp")); $config{userdir} = "users"; $config{tagbase} = "tags"; -$config{tagged_is_strict} = 1; %oldrenderedfiles=%pagectime=(); %pagesources=%pagemtime=%oldlinks=%links=%depends=%typedlinks=%oldtypedlinks= |