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
Rebuild for jessie-backports, no source changes (Closes: #807452)
[git.ikiwiki.info.git]
/
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 30c70d5506e07f7d7e63487a91c4a858ae498c4a..db3917d21b16e1c543fc2394f49c01a681653ce5 100644
(file)
--- 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 @@
filter => sub {
my $text_ref = shift;
@@ -857,6 +856,7 @@
- }
#}}}
+ }
- sub template ($;@) {
#{{{
+ sub template ($;@) {
+ require HTML::Template;
HTML::Template->new(template_params(@_));
+ require HTML::Template;
HTML::Template->new(template_params(@_));
- }
#}}}
+ }
**That** gave me:
**That** gave me:
@@
-53,6
+53,8
@@
After some step through I figured out that the template directory was invalid, a
Other than ikiwiki.in, am I missing something here?
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
>> author's two diffs but has a more correct solution to the first problem described
->> above. -- Thomas, 2007-06-26
\ No newline at end of file
+>> above. -- Thomas, 2007-06-26
+
+[[done]]