Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ba8fa
)
make link to mailbox.css absolute
author
David Bremner
<bremner@unb.ca>
Mon, 1 Sep 2008 15:12:34 +0000
(12:12 -0300)
committer
David Bremner
<bremner@unb.ca>
Mon, 1 Sep 2008 15:12:34 +0000
(12:12 -0300)
IkiWiki/Plugin/mailbox.pm
patch
|
blob
|
history
NEWS
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/mailbox.pm
b/IkiWiki/Plugin/mailbox.pm
index 84648e402dfe385e9859552aaa4cf53593c2fc78..8e91bc4cb1157e3888c618089cca5a0b8e5883c3 100644
(file)
--- a/
IkiWiki/Plugin/mailbox.pm
+++ b/
IkiWiki/Plugin/mailbox.pm
@@
-34,9
+34,11
@@
sub import { #{{{
sub scan(@){
my %params=@_;
my $page=$params{page};
+
+ my $linktext=$config{url}.'/mailbox.css';
push @{$metaheaders{$page}},
- '<link rel="stylesheet" href="
mailbox.css
" type="text/css"/>'
+ '<link rel="stylesheet" href="
'.$linktext.'
" type="text/css"/>'
}
sub preprocess (@) { #{{{
diff --git
a/NEWS
b/NEWS
index df7ae38bbca8c6379c6300cf3426a7dca6467b32..80427a87282219d0816a4757559fea331d810710 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,3
+1,6
@@
+* tag 0.3
+ - fix link to mailbox.css
+
* tag 0.2
- put back loadplugin of filecheck, without which everything fails
weirdly.