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
providing the .po file so that it can be included
[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 ac895896a6fe3f9685195d678a464849f4179628..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 @@
- }
#}}}
+ }
- sub template ($;@) {
#{{{
+ sub template ($;@) {
+ require HTML::Template;
HTML::Template->new(template_params(@_));
- }
#}}}
+ }
**That** gave me: