Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove misplaced usepage and wrong workaround for it
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
tag.pm
diff --git
a/IkiWiki/Plugin/tag.pm
b/IkiWiki/Plugin/tag.pm
index 13dabce0c16cef34b85eab82fcc8c6c9aab2af54..ca74fef9021f660a3420903a1715bf4cf0867808 100644
(file)
--- a/
IkiWiki/Plugin/tag.pm
+++ b/
IkiWiki/Plugin/tag.pm
@@
-104,6
+104,9
@@
sub gentag ($) {
else {
$tagpage=~s/^\///;
}
else {
$tagpage=~s/^\///;
}
+ if (exists $IkiWiki::pagecase{lc $tagpage}) {
+ $tagpage=$IkiWiki::pagecase{lc $tagpage}
+ }
my $tagfile = newpagefile($tagpage, $config{default_pageext});
my $tagfile = newpagefile($tagpage, $config{default_pageext});