X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/afcf0dc79e59cdb7c0ac95898e16e7a21ab62121..8c2d221ca93ed6fbe8f093408c4e2cea835e5b4c:/doc/bugs/tbasewiki__95__brokenlinks.t_broken.mdwn diff --git a/doc/bugs/tbasewiki__95__brokenlinks.t_broken.mdwn b/doc/bugs/tbasewiki__95__brokenlinks.t_broken.mdwn index 853c368c8..db3917d21 100644 --- a/doc/bugs/tbasewiki__95__brokenlinks.t_broken.mdwn +++ b/doc/bugs/tbasewiki__95__brokenlinks.t_broken.mdwn @@ -25,12 +25,12 @@ After some digging I found that HTML::Template is being required after the new s filter => sub { my $text_ref = shift; @@ -857,6 +856,7 @@ - } #}}} + } - sub template ($;@) { #{{{ + sub template ($;@) { + require HTML::Template; HTML::Template->new(template_params(@_)); - } #}}} + } **That** gave me: @@ -53,7 +53,7 @@ After some step through I figured out that the template directory was invalid, a Other than ikiwiki.in, am I missing something here? ->> I think this is [debbug 425891]. I have sent there a patch that incorporates the original +>> I think this is [[!debbug 425891]]. I have sent there a patch that incorporates the original >> author's two diffs but has a more correct solution to the first problem described >> above. -- Thomas, 2007-06-26