From: Joey Hess Date: Wed, 9 Jun 2010 18:33:49 +0000 (-0400) Subject: Fix support for globbing in tagged() pagespecs. X-Git-Tag: 3.20100610~28 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/cdf4292846e6fe0fb877809ef0906ff6bddf6bf9?ds=sidebyside;hp=cdf4292846e6fe0fb877809ef0906ff6bddf6bf9 Fix support for globbing in tagged() pagespecs. The linktype check was being done on the relativised link target, but %typedlinks uses the same link targets as %links, so that didn't work. I think the bug only appeared when tagbase was not set. This bugfix also let me factor out the common typedlink checking code. ---