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
layout fix
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
tag.pm
diff --git
a/IkiWiki/Plugin/tag.pm
b/IkiWiki/Plugin/tag.pm
index ff419dff220dc6afabce49939c494b09f6e23348..fd5ce1e8a91488ce5d5b20709001fd3d177def97 100644
(file)
--- a/
IkiWiki/Plugin/tag.pm
+++ b/
IkiWiki/Plugin/tag.pm
@@
-63,7
+63,7
@@
sub tagname ($) {
} else {
$tag =~ s!^\.?/!!;
}
- return
$tag
;
+ return
pagetitle($tag, 1)
;
}
sub htmllink_tag ($$$;@) {